Skip to content

Instantly share code, notes, and snippets.

@dcoder2099
Created May 16, 2012 03:25
Show Gist options
  • Save dcoder2099/2707087 to your computer and use it in GitHub Desktop.
Save dcoder2099/2707087 to your computer and use it in GitHub Desktop.
strategy for bootstrap customization
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