Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // ----
  2. // libsass (v3.2.5)
  3. // ----
  4.  
  5. %main-title{
  6. font-size:2em;
  7. color:green;
  8. a{
  9. text-decoration:none;
  10. }
  11. }
  12. %main-copy{
  13. p, li{
  14. font-size:0.9em;
  15. color:#333;
  16. font-family:comic-sans;
  17. }
  18. }
  19. .my-title{
  20. @extend %main-title;
  21. }
  22. .my-title-2{
  23. //@extend .my-title;
  24. }
  25. .main-container{
  26. @extend %main-copy;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement