2011-06-30 08:47:54 +02:00
|
|
|
/*
|
2011-06-30 19:21:27 +02:00
|
|
|
* Bootstrap v1.0.0
|
2011-06-30 09:15:37 +02:00
|
|
|
*
|
2011-06-29 04:49:42 +02:00
|
|
|
* Copyright 2011 Twitter, Inc
|
2011-06-30 19:21:27 +02:00
|
|
|
* Licensed under the Apache License v2.0
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-29 04:49:42 +02:00
|
|
|
*
|
|
|
|
* Designed and built @twitter by @mdo and @fat, like bosses.
|
2011-06-30 08:47:54 +02:00
|
|
|
*/
|
|
|
|
|
2011-06-29 00:10:43 +02:00
|
|
|
|
2011-06-28 01:47:12 +02:00
|
|
|
// CSS Reset
|
|
|
|
@import "reset.less";
|
2011-05-04 03:09:25 +02:00
|
|
|
|
2011-06-28 01:47:12 +02:00
|
|
|
// Core
|
|
|
|
@import "preboot.less";
|
|
|
|
@import "scaffolding.less";
|
2011-05-04 03:09:25 +02:00
|
|
|
|
2011-06-28 01:47:12 +02:00
|
|
|
// Styled patterns and elements
|
|
|
|
@import "type.less";
|
|
|
|
@import "forms.less";
|
|
|
|
@import "tables.less";
|
2011-06-30 09:15:37 +02:00
|
|
|
@import "patterns.less";
|