| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /*!
- * Bootstrap v2.3.2
- *
- * 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.
- */
- @import "mixins.less";
- // CSS Reset
- @import "reset.less";
- // Grid system and page structure
- @import "scaffolding.less";
- @import "grid.less";
- // Base CSS
- @import "forms.less";
- // Components: common
- @import "close.less";
- // Components: Buttons & Alerts
- @import "buttons.less";
- @import "button-groups.less";
- // Components: Nav
- @import "navs.less";
- // Components: Popovers
- @import "tooltip.less";
- // Components: Misc
- @import "labels-badges.less";
- // Utility classes
- @import "utilities.less"; // Has to be last to override when necessary
|