mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
690174297d
- Componentize more stuff, heading in the direction of Ember 2.0 - Start CSS from scratch - Everything is broken atm!
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
// Core variables and mixins
|
|
@import "@{bootstrap-base}variables.less";
|
|
@import "variables.less";
|
|
@import "@{bootstrap-base}mixins.less";
|
|
|
|
// Reset
|
|
@import "@{bootstrap-base}normalize.less";
|
|
@import "@{bootstrap-base}print.less";
|
|
|
|
// Core CSS
|
|
@import "@{bootstrap-base}scaffolding.less";
|
|
@import "@{bootstrap-base}type.less";
|
|
@import "@{bootstrap-base}code.less";
|
|
@import "@{bootstrap-base}grid.less";
|
|
@import "@{bootstrap-base}tables.less";
|
|
@import "@{bootstrap-base}forms.less";
|
|
@import "@{bootstrap-base}buttons.less";
|
|
|
|
// Components
|
|
@import "@{bootstrap-base}component-animations.less";
|
|
// @import "@{bootstrap-base}glyphicons.less";
|
|
@import "@{bootstrap-base}dropdowns.less";
|
|
@import "@{bootstrap-base}button-groups.less";
|
|
@import "@{bootstrap-base}input-groups.less";
|
|
// @import "@{bootstrap-base}navs.less";
|
|
// @import "@{bootstrap-base}navbar.less";
|
|
// @import "@{bootstrap-base}breadcrumbs.less";
|
|
@import "@{bootstrap-base}pagination.less";
|
|
// @import "@{bootstrap-base}pager.less";
|
|
// @import "@{bootstrap-base}labels.less";
|
|
// @import "@{bootstrap-base}badges.less";
|
|
// @import "@{bootstrap-base}jumbotron.less";
|
|
// @import "@{bootstrap-base}thumbnails.less";
|
|
// @import "@{bootstrap-base}alerts.less";
|
|
@import "@{bootstrap-base}progress-bars.less";
|
|
// @import "@{bootstrap-base}media.less";
|
|
// @import "@{bootstrap-base}list-group.less";
|
|
// @import "@{bootstrap-base}panels.less";
|
|
// @import "@{bootstrap-base}wells.less";
|
|
@import "@{bootstrap-base}close.less";
|
|
|
|
// Components w/ JavaScript
|
|
@import "@{bootstrap-base}modals.less";
|
|
@import "@{bootstrap-base}tooltip.less";
|
|
@import "@{bootstrap-base}popovers.less";
|
|
// @import "@{bootstrap-base}carousel.less";
|
|
|
|
// Utility classes
|
|
@import "@{bootstrap-base}utilities.less";
|
|
@import "@{bootstrap-base}responsive-utilities.less";
|