2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rearranging everything

This commit is contained in:
Jacob Thornton
2011-05-03 18:09:25 -07:00
parent a6d5f6743f
commit d447898bf2
9 changed files with 1800 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/*
Master Stylesheet
This file is only for importing all required stylesheets for LESS to include and then compile.
*/
// CSS Reset
@import "reset.less";
// Core
@import "bootstrap.less";
@import "scaffolding.less";
// Styled patterns and elements
@import "type.less";
@import "forms.less";
@import "tables.less";
@import "patterns.less";
/* Add additional stylesheets below
-------------------------------------------------- */
// Documentation
@import "docs.less";