Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
60
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.5)
  3. // ----
  4.  
  5. %button {
  6. width: 30px;
  7. height: 20px;
  8. background-color: red;
  9. display: block;
  10. }
  11.  
  12. .myButton {
  13. @extend %button;
  14. }
  15.  
  16. .lolaButton {
  17. @extend %button;
  18. width: 35px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement