Guest User

Untitled

a guest
Oct 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. .grid {
  2. @include gridLayout(
  3. (7, 2), //item 1
  4. (5, 1), //item 2
  5. (5, 1), //item 3
  6. (12, 1) //item 4
  7. );
  8. }
Add Comment
Please, Sign In to add comment