Last active
December 14, 2015 12:39
-
-
Save phaedryx/5087938 to your computer and use it in GitHub Desktop.
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
@import "foundation"; | |
#page { | |
@include grid-row; | |
} | |
#content { | |
@include grid-column(9, $float:left); | |
} | |
#navigation { | |
@include grid-column(3, $float:left); | |
} | |
.menu { | |
@include side-nav; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment