Created
May 16, 2012 03:25
-
-
Save dcoder2099/2707087 to your computer and use it in GitHub Desktop.
strategy for bootstrap customization
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
application.css pulls in three additional stylesheets that contains the bulk of | |
the bootstrap customization (in this load order): | |
customized/overrides.css.less | |
- @import "twitter/bootstrap/variables"; | |
- @import "twitter/bootstrap/mixins"; | |
- perform class overrides on things like nav-tabs and the like | |
customized/components.css.less | |
- used to provide stylistic effects that are mostly typographic | |
customized/layout.css.less | |
- used to provide layout effects that are mostly positional |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment