diff options
| author | Mark Otto <[email protected]> | 2011-04-27 13:53:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-04-27 13:53:51 -0700 |
| commit | eb81782cdbdc68aaebe4fa561b5fbb73ef866611 (patch) | |
| tree | decabeb7ee45940c013563b4425c580d4e760833 /less/baseline.less | |
| download | bootstrap-eb81782cdbdc68aaebe4fa561b5fbb73ef866611.tar.xz bootstrap-eb81782cdbdc68aaebe4fa561b5fbb73ef866611.zip | |
Porting over all Blueprint styles to new Baseline repo
Diffstat (limited to 'less/baseline.less')
| -rw-r--r-- | less/baseline.less | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/less/baseline.less b/less/baseline.less new file mode 100644 index 000000000..8591cfe07 --- /dev/null +++ b/less/baseline.less @@ -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";
\ No newline at end of file |
