| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-11 | 1.5 kB | |
| v2.5.0 source code.tar.gz | 2026-03-11 | 708.1 kB | |
| v2.5.0 source code.zip | 2026-03-11 | 770.4 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Foundation for Emails v2.5.0
New Features
- Hollow Buttons — A new
.hollowmodifier class for buttons that renders transparent backgrounds with colored borders. Supports all color variants (primary, secondary, success, alert, warning) as well as.radiusand.roundedmodifiers.
Bug Fixes
- Callout Outlook padding fix — Separated padding properties to fix rendering in Outlook (#2098)
- Button hover border-color — Added missing
border-colorto button hover states across all color variants
Improvements
- Modern Sass compatibility — Replaced deprecated global Sass functions (
darken,lighten) withcolor.adjust()using$space: hsl, and replaced@importwith@usefor built-in modules (#2100) - Build system fix — Migrated from node-sass to Dart Sass via gulp-sass v5, fixing builds on Apple Silicon and modern Node versions
- Updated branding — URLs updated from zurb.com to get.foundation
- Updated placeholder images — Switched from placehold.it to placehold.co (#2106)
Security Updates
- Bumped minimist, nunjucks, ua-parser-js, cookiejar, decode-uri-component, and minimatch to patched versions
Contributors
Thank you to the community members who contributed to this release:
- @aleho — Modern Sass compatibility updates
- @elcaptain — Outlook callout padding fix
- @julienbornstein — Placeholder image URL updates
- @canterberrie and @joeworkman — Hollow buttons feature