mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-23 05:08:03 -05:00
28 lines
813 B
Plaintext
28 lines
813 B
Plaintext
/*!
|
|
* Jasny Bootstrap Responsive Extensions j3
|
|
*
|
|
* 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.responsive-1200px-min.less";
|
|
@import "responsive-row-desktop.less";
|
|
@import "responsive-tables.less";
|
|
|
|
// Base CSS
|
|
@import "jasny-forms.responsive-767px-max.less";
|
|
@import "jasny-forms.responsive-768px-979px.less";
|
|
@import "jasny-forms.responsive-1200px-min.less";
|
|
|
|
// Components: Buttons & Alerts
|
|
@import "page-alert.responsive-767px-max.less";
|
|
@import "page-alert.responsive-1200px-min.less";
|