Created
August 14, 2013 12:46
-
-
Save babsgosgens/6230736 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 Compass, no-game without it | |
@import "Compass"; | |
// Import the settings: first the defaults and then the skin settings; | |
@import "framework/helpers"; | |
// Import the settings: first the defaults and then the skin settings; | |
@import "framework/grid/settings"; | |
/*Add your settings here*/ | |
// Import the behavior, this is where the styles will be rendered | |
@import "framework/grid/behavior"; | |
/*Add your behavior here*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment