Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @mixin homeSlider(
  2. $dim: 150px,
  3. $h1: "h1 { font-size: 4em; margin-top: 0; }"
  4. ){
  5. section {
  6. margin-top: -$dim;
  7. }
  8. $h1;
  9. }
  10.  
  11. @include homeSlider( $dim: 50px, $h1: "h1 { font-size: 3em; margin-top: 0; }" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement