mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
22 lines
553 B
Plaintext
22 lines
553 B
Plaintext
/*!=========================================================
|
|
* Bookstrap v0.0.1
|
|
*
|
|
* Copyright 2011 Twitter, Inc
|
|
* Open-sourced under Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Designed and built @twitter by @mdo and @fat, like bosses.
|
|
* ========================================================== */
|
|
|
|
// CSS Reset
|
|
@import "reset.less";
|
|
|
|
// Core
|
|
@import "preboot.less";
|
|
@import "scaffolding.less";
|
|
|
|
// Styled patterns and elements
|
|
@import "type.less";
|
|
@import "forms.less";
|
|
@import "tables.less";
|
|
@import "patterns.less"; |