Created
July 25, 2012 05:43
-
-
Save hatefulcrawdad/3174615 to your computer and use it in GitHub Desktop.
common imports and styles
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
// Control which mixins you have access too | |
// @import "foundation/mixins/clearfix"; | |
// @import "foundation/mixins/css-triangle"; | |
// @import "foundation/mixins/font-size"; | |
// Must include next two for semantic grid to work | |
// @import "foundation/mixins/respond-to"; | |
// @import "foundation/mixins/semantic-grid"; | |
// @import "foundation/common/globals"; | |
// @import "modular-scale"; | |
// Must include the grid for any responsiveness | |
// @import "foundation/components/grid"; | |
// Control which common styles get compiled | |
// @import "foundation/common/typography"; | |
// @import "foundation/common/forms"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment