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