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

Fixes #6897: Print styles get own .less file

This commit is contained in:
Mark Otto
2013-02-28 19:42:51 -08:00
parent 9d763e805b
commit 0dea8b0c74
5 changed files with 126 additions and 125 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
/*!
* Bootstrap v3.0.0
*
* Copyright 2012 Twitter, Inc
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
@@ -9,11 +9,12 @@
*/
// Core variables and mixins
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "variables.less";
@import "mixins.less";
// Reset
@import "normalize.less";
@import "print.less";
// Core CSS
@import "scaffolding.less";