Skip to content

Instantly share code, notes, and snippets.

@czj
Created October 9, 2012 18:41
Show Gist options
  • Save czj/3860617 to your computer and use it in GitHub Desktop.
Save czj/3860617 to your computer and use it in GitHub Desktop.
$baseFontSize: 12px
$baseLineHeight: 18px
$headingsFontWeight: normal
$headingsColor: #1A3E8E
$linkColor: #2f5bb9
$btnInverseBackground: #666
// Core variables and mixins
// Modify this for custom colors, font-sizes, etc
@import "bootstrap/variables"
@import "bootstrap/mixins"
// CSS Reset
@import "bootstrap/reset"
// Grid system and page structure
@import "bootstrap/scaffolding"
@import "bootstrap/grid"
@import "bootstrap/layouts"
// Base CSS
@import "bootstrap/type"
// @import "bootstrap/code"
@import "bootstrap/forms"
@import "bootstrap/tables"
// Components: common
@import "bootstrap/sprites"
// @import "bootstrap/dropdowns"
@import "bootstrap/wells"
@import "bootstrap/component-animations"
@import "bootstrap/close"
// Components: Buttons & Alerts
@import "bootstrap/buttons"
@import "bootstrap/button-groups"
// Note: alerts share common CSS with buttons and thus have styles in _buttons.scss
@import "bootstrap/alerts"
// Components: Nav
@import "bootstrap/navs"
@import "bootstrap/navbar"
// @import "bootstrap/breadcrumbs"
@import "bootstrap/pagination"
// @import "bootstrap/pager"
// Components: Popovers
@import "bootstrap/modals"
// @import "bootstrap/tooltip"
// @import "bootstrap/popovers"
// Components: Misc
@import "bootstrap/thumbnails"
@import "bootstrap/labels-badges"
// @import "bootstrap/progress-bars"
// @import "bootstrap/accordion"
// @import "bootstrap/carousel"
@import "bootstrap/hero-unit"
// Utility classes
// Has to be last to override when necessary
@import "bootstrap/utilities"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment