mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
24 lines
598 B
Plaintext
24 lines
598 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.less";
|
|
@import "row-desktop.responsive.less";
|
|
|
|
// Base CSS
|
|
@import "forms.responsive.less";
|
|
|
|
// Components: Buttons & Alerts
|
|
@import "page-alert.responsive.less";
|