0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00
Bootstrap/lib/bootstrap.less
Jacob Thornton 9282876b44 Merge branch 'master' of http://git.local.twitter.com/bootstrap
Conflicts:
	lib/bootstrap.less
2011-06-30 10:44:04 -07:00

23 lines
473 B
Plaintext

/*!
* Bootstrap v1.0.0
*
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: {{ date }}
*/
// 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";