2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Use normalize as separate file instead of with other resets; still need to punt other styles

This commit is contained in:
Mark Otto
2012-12-19 18:43:55 -08:00
parent 840e47eabd
commit 28c928f010
3 changed files with 670 additions and 85 deletions
+4 -4
View File
@@ -5,16 +5,16 @@
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world 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";
// Reset
@import "normalize.less";
// Grid system and page structure
@import "scaffolding.less";
@import "grid.less";