Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // ----
  2. // libsass (v3.2.4)
  3. // ----
  4.  
  5. .car {
  6. color: blue;
  7. }
  8.  
  9. .car_wheel {
  10. color: black;
  11.  
  12. .car--shiney & {
  13. color: silver;
  14. }
  15.  
  16. }
  17.  
  18. .car--shiney {
  19. display: block;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement