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