-
-
Save ijy/3766721 to your computer and use it in GitHub Desktop.
Show susy grid and basline on the same element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@include show-susy-with-baseline($baseline: rhythm(1)) { | |
@include grid-background($total-columns, column(), gutter(), $baseline, 0%); | |
@include background-size(100% $baseline, auto); | |
@include background-origin(border-box, content-box); | |
@include background-clip(border-box, content-box); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment