diff options
| author | Mark Otto <[email protected]> | 2014-03-04 14:12:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 14:12:57 -0800 |
| commit | 7733f2437316c2ae10e669a50771646ae8b8e927 (patch) | |
| tree | b7c991d96e458c9730b59a0e79aba1817f571008 /less/bootstrap.less | |
| parent | 1c66f30b6a67d43a7f4da0b3e4d58aa7094d25a7 (diff) | |
| download | bootstrap-7733f2437316c2ae10e669a50771646ae8b8e927.tar.xz bootstrap-7733f2437316c2ae10e669a50771646ae8b8e927.zip | |
Fixes #12868: Enables icon feedback on validation states for large/small inputs.
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index b368b8710..4f85a0dd3 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -2,9 +2,10 @@ @import "variables.less"; @import "mixins.less"; -// Reset +// Reset and dependencies @import "normalize.less"; @import "print.less"; +@import "glyphicons.less"; // Core CSS @import "scaffolding.less"; @@ -17,7 +18,6 @@ // Components @import "component-animations.less"; -@import "glyphicons.less"; @import "dropdowns.less"; @import "button-groups.less"; @import "input-groups.less"; |
