2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move reset after vars and mixins

This commit is contained in:
Mark Otto
2012-12-10 09:57:23 -08:00
parent 9f29785783
commit ab5d7f863c
2 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -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";