chris-pearce / scally

Scally is a Sass-based, BEM, OOCSS, responsive-ready, CSS framework that provides you with a solid foundation for building reusable UI's quickly 🕶
https://twitter.com/scally_fw
Apache License 2.0
285 stars 20 forks source link

Fix whitespace coming between semi-colon and end of property value in Font Size mixin #167

Closed chris-pearce closed 9 years ago

chris-pearce commented 9 years ago

The font-size() mixin is generating a white space before the semi-colon for the font-size and line-height property values in the compiled CSS e.g.

font-size: 2.875rem ;
line-height: 1.13 ;
chris-pearce commented 9 years ago

Fixed in #171 PR.