You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
Hi, I couldn't get the SASS version of the icons working, but when including your pre-generated CSS file it worked fine. So I started digging around, and found that when generating CSS from the SASS version of foundation-icons, the output is as follows:
.foundicon-plus:before {
content: "\\f003";
}
This breaks the icons since it should be content: "\f003" in order to display correctly.
Maybe the issue arises due to changes in how the sass library is parsing stuff? I'm using gulp-sass to compile.
I've created a workaround locally by doing this on lines 5-9 in _settings.scss: