You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.1 KiB
69 lines
2.1 KiB
/* ------------------------------------------------------------------------------ |
|
* |
|
* # Bootstrap file imports |
|
* |
|
* Import all main Bootstrap files. Bootstrap version 3.3.5 |
|
* |
|
* Version: 1.1 |
|
* Latest update: Feb 5, 2016 |
|
* |
|
* ---------------------------------------------------------------------------- */ |
|
|
|
|
|
// Import globals |
|
@import "../_global/global.less"; |
|
|
|
// Core variables and mixins |
|
@import "../_bootstrap/variables.less"; |
|
@import "../_bootstrap/mixins.less"; |
|
|
|
// Import template's variables |
|
@import "../core/variables/variables-core.less"; |
|
@import "../core/variables/variables-custom.less"; |
|
|
|
// Reset and dependencies |
|
@import "../_bootstrap/normalize.less"; |
|
@import "../_bootstrap/print.less"; |
|
@import "../_bootstrap/glyphicons.less"; |
|
|
|
// Core CSS |
|
@import "../_bootstrap/scaffolding.less"; |
|
@import "../_bootstrap/type.less"; |
|
@import "../_bootstrap/code.less"; |
|
@import "../_bootstrap/grid.less"; |
|
@import "../_bootstrap/tables.less"; |
|
@import "../_bootstrap/forms.less"; |
|
@import "../_bootstrap/buttons.less"; |
|
|
|
// Components |
|
@import "../_bootstrap/component-animations.less"; |
|
@import "../_bootstrap/dropdowns.less"; |
|
@import "../_bootstrap/button-groups.less"; |
|
@import "../_bootstrap/input-groups.less"; |
|
@import "../_bootstrap/navs.less"; |
|
@import "../_bootstrap/navbar.less"; |
|
@import "../_bootstrap/breadcrumbs.less"; |
|
@import "../_bootstrap/pagination.less"; |
|
@import "../_bootstrap/pager.less"; |
|
@import "../_bootstrap/labels.less"; |
|
@import "../_bootstrap/badges.less"; |
|
@import "../_bootstrap/jumbotron.less"; |
|
@import "../_bootstrap/thumbnails.less"; |
|
@import "../_bootstrap/alerts.less"; |
|
@import "../_bootstrap/progress-bars.less"; |
|
@import "../_bootstrap/media.less"; |
|
@import "../_bootstrap/list-group.less"; |
|
@import "../_bootstrap/panels.less"; |
|
@import "../_bootstrap/responsive-embed.less"; |
|
@import "../_bootstrap/wells.less"; |
|
@import "../_bootstrap/close.less"; |
|
|
|
// Components w/ JavaScript |
|
@import "../_bootstrap/modals.less"; |
|
@import "../_bootstrap/tooltip.less"; |
|
@import "../_bootstrap/popovers.less"; |
|
@import "../_bootstrap/carousel.less"; |
|
|
|
// Utility classes |
|
@import "../_bootstrap/utilities.less"; |
|
@import "../_bootstrap/responsive-utilities.less";
|
|
|