initial commit

This commit is contained in:
Nils Schneider 2011-08-31 21:30:26 +02:00
commit cb7f7afb93
27 changed files with 2606 additions and 0 deletions

24
lib/bootstrap.less vendored Normal file
View file

@ -0,0 +1,24 @@
/*!
* Bootstrap v1.1.1
*
* 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";
@import "bitcoin.less";