Guest User

Untitled

a guest
Oct 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Generate the default grid module
  2. grid()
  3.  
  4. @media screen and (min-width: 500px)
  5. // Generate another grid module, but this time prefixed for the first
  6. // breakpoint
  7. grid(1)
  8.  
  9. @media screen and (min-width: 780px)
  10. // Generate another grid module, but this time prefixed for the second
  11. // breakpoint
  12. grid(2)
Add Comment
Please, Sign In to add comment