livestyle / issues

Report all your LivesStyle issues here
24 stars 1 forks source link

SCSS: font property wrong compiled #70

Closed robincollin closed 8 years ago

robincollin commented 8 years ago

Font-property:

font: font-style font-variant font-weight font-size/line-height font-family;

E.g.: font: 28px/35px Georgia, serif;

Here compiled: 0.8px Georgia, serif; //It starts calculating. Here not neccessary.

Best wished! And still an awesome tool!

sergeche commented 8 years ago

Fixed