Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .posts {
  2. @include whitespacefix;
  3. @include c6;
  4. @include nogutters;
  5.  
  6. .post {
  7. @include inlineblock;
  8. @include c2;
  9. @include regular;
  10. }
  11. }
  12.  
  13. .posts {
  14. @include parentgrid;
  15. @include regular;
  16. @include gradient-background(blue, red);
  17. @include foobar-icon;
  18. @include some-magic;
  19.  
  20. .post {
  21. @include brown-border;
  22. @include margin(biggest);
  23. @include griditem(c2, regular);
  24. @include small;
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement