Guest User

Untitled

a guest
Oct 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. '.source.stylus':
  2. 'Set size: 2D (equilateral | [width, height])':
  3. prefix: 'size'
  4. body: 'size($1px)'
  5. 'Unit conversion: px ⟶ rem':
  6. prefix: 'rem'
  7. body: 'rem($0px)'
  8. '@media: min-width':
  9. prefix: 'Platframe: min-width'
  10. body: '+min($1)'
  11. '@media: max-width':
  12. prefix: 'Platframe: max-width'
  13. body: '+max($1)'
  14. '@media: range':
  15. prefix: 'Platframe: between'
  16. body: '+between($1)'
  17. '@media: min-resolution':
  18. prefix: 'Platframe: min-resolution'
  19. body: '+min-res($1dppx)'
  20. '@media: max-resolution':
  21. prefix: 'Platframe: max-resolution'
  22. body: '+max-res($1dppx)'
Add Comment
Please, Sign In to add comment