diff options
| author | Jacob Thornton <[email protected]> | 2011-05-03 18:09:25 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-05-03 18:09:25 -0700 |
| commit | d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52 (patch) | |
| tree | 6fddccdd68bcc91ff6c0f2091cf2264a16a842be /lib/baseline.less | |
| parent | a6d5f6743f41c0e62fa7e97dc7faa5d1a47f2456 (diff) | |
| download | bootstrap-d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52.tar.xz bootstrap-d447898bf251cfa4cc6b1c8f9cb4c238ad12ef52.zip | |
rearranging everything
Diffstat (limited to 'lib/baseline.less')
| -rw-r--r-- | lib/baseline.less | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/baseline.less b/lib/baseline.less new file mode 100644 index 000000000..8591cfe07 --- /dev/null +++ b/lib/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 |
