mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-27 15:18:03 -05:00
35 lines
779 B
Plaintext
35 lines
779 B
Plaintext
/*!
|
|
* Jasny Bootstrap Extensions j2
|
|
*
|
|
* Copyright 2012 Jasny BV
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Extended with pride by @ArnoldDaniels of jasny.net
|
|
*/
|
|
|
|
// Core variables and mixins
|
|
@import "../variables.less"; // Modify this for custom colors, font-sizes, etc
|
|
@import "../mixins.less";
|
|
|
|
// Grid system and page structure
|
|
@import "layouts-semifluid.less";
|
|
|
|
// Base CSS
|
|
@import "forms.less";
|
|
@import "forms-uneditable.less";
|
|
@import "actions-areas.less";
|
|
@import "rowlink.less";
|
|
|
|
// Components: Buttons & Alerts
|
|
@import "action-links.less";
|
|
@import "iconic.less";
|
|
@import "page-alert.less";
|
|
@import "fileupload.less";
|
|
|
|
// Components: Nav
|
|
@import "navs-tabbable.less";
|
|
|
|
// Components: Popovers
|
|
@import "modals.less";
|