diff options
| author | Mark Otto <[email protected]> | 2012-12-10 09:57:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-10 09:57:23 -0800 |
| commit | ab5d7f863c2b2e7c6fc9ae48ddaea405aa153629 (patch) | |
| tree | d1204ef849393ae7234e918650758f88cbda5e2b /less/bootstrap.less | |
| parent | 9f29785783e58a7ffc6f8779c2ae55edebd54ba2 (diff) | |
| download | bootstrap-ab5d7f863c2b2e7c6fc9ae48ddaea405aa153629.tar.xz bootstrap-ab5d7f863c2b2e7c6fc9ae48ddaea405aa153629.zip | |
move reset after vars and mixins
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 6 |
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"; |
