diff options
| author | Mark Otto <[email protected]> | 2011-09-12 20:07:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 20:07:26 -0700 |
| commit | 206334ba70c22dc91ec9381f9693ed6356358994 (patch) | |
| tree | 7122de0c1a9343d2622ea7e54873426f656ba767 /lib/bootstrap.less | |
| parent | 2978934bd529e9cd5b1182d1df98b9942066beda (diff) | |
| download | bootstrap-206334ba70c22dc91ec9381f9693ed6356358994.tar.xz bootstrap-206334ba70c22dc91ec9381f9693ed6356358994.zip | |
remove theme.less and split preboot.less to mixins.less and variables.less to isolate customization from function
Diffstat (limited to 'lib/bootstrap.less')
| -rw-r--r-- | lib/bootstrap.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/bootstrap.less b/lib/bootstrap.less index 364dafa5d..2f9ee80b8 100644 --- a/lib/bootstrap.less +++ b/lib/bootstrap.less @@ -12,9 +12,11 @@ // CSS Reset @import "reset.less"; -// Core -@import "preboot.less"; -@import "theme.less"; +// Core variables and mixins +@import "variables.less"; // Modify this for custom colors, font-sizes, etc +@import "mixins.less"; + +// Grid system and page structure @import "scaffolding.less"; // Styled patterns and elements |
