mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
25 lines
552 B
SCSS
25 lines
552 B
SCSS
// Vanilla Bootstrap's "variables.scss" should already be imported
|
|
/*!
|
|
* Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
|
|
* Copyright 2012-2015 Arnold Daniels
|
|
* Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
|
|
*
|
|
*/
|
|
|
|
// 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";
|