mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-14 00:48:04 -05:00
See http://getbootstrap.com/about/#brand Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
// Vanilla Bootstrap's "variables.less" should already be imported
|
|
|
|
// Core variables and mixins
|
|
@import "variables.less";
|
|
|
|
// Core CSS
|
|
@import "grid-container-smooth.less";
|
|
@import "button-labels.less";
|
|
|
|
// Components
|
|
@import "nav-tab-alignment.less";
|
|
@import "navmenu.less";
|
|
@import "alerts-fixed.less";
|
|
|
|
// Components w/ JavaScript
|
|
@import "offcanvas.less";
|
|
@import "rowlink.less";
|
|
@import "fileinput.less";
|