mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
64 lines
1.5 KiB
SCSS
64 lines
1.5 KiB
SCSS
/*!
|
|
* Bootstrap v3.0.0
|
|
*
|
|
* Copyright 2013 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 by @mdo and @fat.
|
|
*/
|
|
|
|
// Core variables and mixins
|
|
@import "bootstrap/variables";
|
|
@import "bootstrap/mixins";
|
|
|
|
// Reset
|
|
@import "bootstrap/normalize";
|
|
@import "bootstrap/print";
|
|
|
|
// Core CSS
|
|
@import "bootstrap/scaffolding";
|
|
@import "bootstrap/type";
|
|
@import "bootstrap/code";
|
|
@import "bootstrap/grid";
|
|
|
|
@import "bootstrap/tables";
|
|
@import "bootstrap/forms";
|
|
@import "bootstrap/buttons";
|
|
|
|
// Components: common
|
|
@import "bootstrap/component-animations";
|
|
@import "bootstrap/input-groups";
|
|
@import "bootstrap/dropdowns";
|
|
@import "bootstrap/list-group";
|
|
@import "bootstrap/panels";
|
|
@import "bootstrap/wells";
|
|
@import "bootstrap/close";
|
|
|
|
// Components: Nav
|
|
@import "bootstrap/navs";
|
|
@import "bootstrap/navbar";
|
|
@import "bootstrap/button-groups";
|
|
@import "bootstrap/breadcrumbs";
|
|
@import "bootstrap/pagination";
|
|
@import "bootstrap/pager";
|
|
|
|
// Components: Popovers
|
|
@import "bootstrap/modals";
|
|
@import "bootstrap/tooltip";
|
|
@import "bootstrap/popovers";
|
|
|
|
// Components: Misc
|
|
@import "bootstrap/alerts";
|
|
@import "bootstrap/thumbnails";
|
|
@import "bootstrap/media";
|
|
@import "bootstrap/labels";
|
|
@import "bootstrap/badges";
|
|
@import "bootstrap/progress-bars";
|
|
@import "bootstrap/accordion";
|
|
@import "bootstrap/carousel";
|
|
@import "bootstrap/jumbotron";
|
|
|
|
// Utility classes
|
|
@import "bootstrap/utilities"; // Has to be last to override when necessary
|
|
@import "bootstrap/responsive-utilities";
|