Guest User

Untitled

a guest
Feb 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $baseFontSize: 16;
  2. $green: #1abc9c;
  3. $yellow: #f1c40f;
  4. $red: #c0392b;
  5. $blue: #3498db;
  6. $grey: #f2f2f2;
  7.  
  8. @function rem($val) {
  9. @return #{$val / $baseFontSize}rem;
  10. }
  11.  
  12. document.getElementById('test').style.......
Add Comment
Please, Sign In to add comment