0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/lib/bootstrap.less

23 lines
435 B
Plaintext
Raw Normal View History

/*
* Bootstrap v1.0.0
*
2011-06-29 04:49:42 +02:00
* Copyright 2011 Twitter, Inc
* 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-29 00:10:43 +02:00
// CSS Reset
@import "reset.less";
2011-05-04 03:09:25 +02:00
// Core
@import "preboot.less";
@import "scaffolding.less";
2011-05-04 03:09:25 +02:00
// Styled patterns and elements
@import "type.less";
@import "forms.less";
@import "tables.less";
@import "patterns.less";