Advertisement
Guest User

Untitled

a guest
Jun 1st, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // ----
  2. // Sass (v3.4.12)
  3. // Compass (v1.0.3)
  4. // ----
  5.  
  6. $breakpoints: (
  7. 'small' : 768px,
  8. 'medium' : 992px,
  9. 'large' : 1200px,
  10. 'complex-extra-small': '(min-width: 0) and (max-width: 992px)',
  11. 'complex-small': '(min-width: 768) and (max-width: 992px)',
  12. 'complex-medium': '(min-width: 992) and (max-width: 1200px)',
  13. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement