Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // ----
  2. // Sass (v3.4.12)
  3. // Compass (v1.0.3)
  4. // ----
  5.  
  6. @mixin my_placeholder {
  7. color: blue;
  8. }
  9.  
  10. .my_definition {
  11. @include my_placeholder;
  12. color: red;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement