generate css from less using lessc

This commit is contained in:
Nils Schneider 2011-09-16 19:22:32 +02:00
parent c4a8e4e904
commit 1b6b0b245f
12 changed files with 62 additions and 18 deletions

24
lib/bootstrap.less vendored
View file

@ -1,24 +0,0 @@
/*!
* 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";