Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @mixin font-size($sizeValue: 16, $line: $sizeValue * 1.5) {
  2. font-size: ($sizeValue) + px;
  3. line-height: ($line) + px;
  4. font-size: ($sizeValue / 16) + rem;
  5. line-height: ($line / 16) + rem;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement