Files
bootstrap/less/jasny/bootstrap.less
Arnold Daniels 2d6986df2d Docs for action links
Added jasny/action-links.less to jasny/bootstrap.less
2012-07-18 02:43:05 +02:00

25 lines
560 B
Plaintext

/*!
* Jasny Bootstrap Extensions j1
*
* 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";
// Base CSS
@import "forms.less";
@import "forms-uneditable.less";
@import "forms-editor.less";
// Components: Buttons & Alerts
@import "action-links.less";
// Components: Nav
@import "navs-tabbable.less";