Skip to content

Instantly share code, notes, and snippets.

@BruceMcKinnon
Created October 31, 2018 03:07
Show Gist options
  • Save BruceMcKinnon/6499253a89f3b279cabe78c92d4e6687 to your computer and use it in GitHub Desktop.
Save BruceMcKinnon/6499253a89f3b279cabe78c92d4e6687 to your computer and use it in GitHub Desktop.
Foundation xlarge classes
.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