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

remove theme.less and split preboot.less to mixins.less and variables.less to isolate customization from function

This commit is contained in:
Mark Otto
2011-09-12 20:07:26 -07:00
parent 2978934bd5
commit 206334ba70
8 changed files with 176 additions and 257 deletions
+5 -3
View File
@@ -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