Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @require 'grid'
  2.  
  3. ratio = 1.618
  4. base-line-height = 1
  5. base-font-size ?= 14px
  6.  
  7. .container
  8. container(800px)
  9. background-color rgba(240, 240, 240, 0.45)
  10. padding 20px;
  11.  
  12. div
  13. col(1/2, 5%)
  14. border:solid 1px red
  15.  
  16. ...
  17.  
  18. @require '../*'
  19.  
  20. // estas son las variables que quiero que el usuario pueda modificar
  21. ratio ?= 1.5
  22. base-line-height ?= 1.5
  23. base-font-size ?= 16px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement