doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 190 forks source link

Syntax error due to extra space between 35 and 00 #106

Closed knavstar closed 6 years ago

knavstar commented 7 years ago

In _icon.scss file line no:2465, Code is i.icon.\35 00px:before { content: "\f26e"; } But should be i.icon.\3500px:before { content: "\f26e"; }

doabit commented 7 years ago

@knavstar Please see https://github.com/Semantic-Org/Semantic-UI/issues/4970