foundation-emails
foundation-emails copied to clipboard
Quickly create responsive HTML emails that work on any device and client. Even Outlook.
**How can we reproduce this bug?** OS: Ubuntu 22.04.1 LTS x86_64 Node: NVM v10.24.1 Gulp: 4.0.2 Gulp CLI: 2.3.0 NPM: 7.20.5 Yarn: 1.22.15 watch works fine as in yarn or...
**How can we reproduce this bug?** ```bash sudo npm i -g foundation-emails foundation new cd npm i ``` OS: Ubuntu 20.04 `npm -v # 8.11.0` `node -v # v16.16.0` foundation...
It's hot.
It seems like recently a new version of `foundation_emails` was released. The release was pushed to [npm](https://www.npmjs.com/package/foundation-emails) (2.3.1), but it seems like [the gem](https://rubygems.org/gems/foundation_emails) was not updated (still on 2.2.1.0)....
### Desired behavior Foundation runs on latest node versions (16, 17) ### Current behavior Foundation runs on node version no greater than 10. ### This raised a question Why does...
**How can we reproduce this bug?** Any component that generates a `` element. **What did you expect to happen?** Add `role="presentation"` to the ``. **What happened instead?** Without this ARIA...
Hi guys, I'm having back a [Gmail auto-fit messages](https://support.google.com/mail/answer/6562?co=GENIE.Platform%3DAndroid&hl=en#zippy=%2Cgeneral-settings) issue on mobile by using Foundation for Emails into AcyMailing and as reported in detail [here](https://forum.acymailing.com/d/2411-gmail-revert-auto-sizing/4). Practically, when auto-fit setting is...
Most email clients do not support `:not()` and it also can break XPath based email inliners. Need to refactor some features added into grid.scss to not use this selector.
**How can we reproduce this bug?** ```html ``` **What did you expect to happen?** any element is hidden when that class is applied **What happened instead?** element is not hidden...
Using the Inky version of foundation for emails. **How can we reproduce this bug?** If I add CSS/SASS to _template.scss the inliner (npm run build) only inlines styles if the...