Sha256: ef820d33f36539fecacc5954127d08ec684f84d7071522ad810d086a101d199f
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 KB
Contents
/*! * Bootstrap v2.0.3 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ // NOTE: This file's format has to be SCSS rather than SASS because of an apparent bug // with variable visibility when importing. // Core variables and mixins @import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc @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"; @import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less // 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 @import "bootstrap/utilities"; // Has to be last to override when necessary
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-rails-bootstrap-2.0.3a | vendor/assets/stylesheets/twitter/_bootstrap.scss |