Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @input-border-radius: .rounded();
  2. or
  3. @h1: .font-size(46) // This pulls from the rem calculator mixin.
  4.  
  5. .fontstyling {
  6. font-weight: bold;
  7. color: black;
  8. }
  9.  
  10. h1 {
  11. font-size: 46px;
  12. .fontstyling;
  13. }
  14.  
  15. h2 {
  16. font-size: 38px;
  17. .fontstyling;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement