aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-10 09:57:23 -0800
committerMark Otto <[email protected]>2012-12-10 09:57:23 -0800
commitab5d7f863c2b2e7c6fc9ae48ddaea405aa153629 (patch)
treed1204ef849393ae7234e918650758f88cbda5e2b /less/bootstrap.less
parent9f29785783e58a7ffc6f8779c2ae55edebd54ba2 (diff)
downloadbootstrap-ab5d7f863c2b2e7c6fc9ae48ddaea405aa153629.tar.xz
bootstrap-ab5d7f863c2b2e7c6fc9ae48ddaea405aa153629.zip
move reset after vars and mixins
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index bc6ea1931..122910afd 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -8,13 +8,13 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
-// CSS Reset
-@import "reset.less";
-
// Core variables and mixins
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";
+// CSS Reset
+@import "reset.less";
+
// Grid system and page structure
@import "scaffolding.less";
@import "grid.less";