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
What about a SCSS mixin who can calculate with a REM font-size the perfect line-height (Golden rule), le letter-spacing (based to photoshop) and add a fallback in pixel!
What about a SCSS mixin who can easily calculate the perfect line-height (Golden rule) and the letter-spacing (based to photoshop unit).
@include fs(12);
will result in: line-height: 19.416px; letter-spacing: 0.24px; font-size: 12px;
About
What about a SCSS mixin who can calculate with a REM font-size the perfect line-height (Golden rule), le letter-spacing (based to photoshop) and add a fallback in pixel!