mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
24 lines
607 B
Plaintext
24 lines
607 B
Plaintext
// Vanilla Bootstrap's "variables.less" 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 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";
|