chris-pearce/scally

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

chris-pearce opened this issue · 1 comments

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 ;

Fixed in #171 PR.