diff options
| author | Mark Otto <[email protected]> | 2013-02-28 19:42:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-28 19:42:51 -0800 |
| commit | 0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (patch) | |
| tree | 8149bc82bfccc8037a10b2325ed03356fae96e29 /less/bootstrap.less | |
| parent | 9d763e805b3c6a042b8da04cb7a49d2d0748bdd9 (diff) | |
| download | bootstrap-0dea8b0c7473c1db4aea7accfd0a68cbf09b9576.tar.xz bootstrap-0dea8b0c7473c1db4aea7accfd0a68cbf09b9576.zip | |
Fixes #6897: Print styles get own .less file
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 60d166368..461f9ecea 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -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"; |
