Advertisement
Guest User

Untitled

a guest
May 25th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. selector {
  2. .size(30px, 40px); /* set default */
  3. .size('tablet', 25px, 35px);
  4. .size('mobile', 20px, 30px);
  5.  
  6. .position(100px, 40px);
  7. .position('tablet', 120px, 50px);
  8. .position('mobile', 130px, 60px);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement