Created
October 31, 2018 03:07
-
-
Save BruceMcKinnon/6499253a89f3b279cabe78c92d4e6687 to your computer and use it in GitHub Desktop.
Foundation xlarge classes
This file contains hidden or 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
.grid-x > .xlarge-8 { | |
@include breakpoint(xlarge) { | |
width: 66.66667%; | |
} | |
} | |
.xlarge-offset-1 { | |
@include breakpoint(xlarge) { | |
margin-left: 8.33333%; | |
} | |
} | |
.xlarge-offset-2 { | |
@include breakpoint(xlarge) { | |
margin-left: 16.66666%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment