Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
221
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. .my_definition {
  7. @extend %my_placeholder;
  8. color: red;
  9. }
  10.  
  11. %my_placeholder {
  12. color: blue;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement