aboutsummaryrefslogtreecommitdiff
path: root/less/bootstrap.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 12:30:44 -0800
committerMark Otto <[email protected]>2013-01-16 12:30:44 -0800
commitc76f1cd97ed6f075146e9c406e808e6683306f6a (patch)
tree60c1e5141450ab5b0c04dab119cbd386800efe94 /less/bootstrap.less
parent992e0d922ae5c15bf9df2d65cbc6293cf203734f (diff)
downloadbootstrap-c76f1cd97ed6f075146e9c406e808e6683306f6a.tar.xz
bootstrap-c76f1cd97ed6f075146e9c406e808e6683306f6a.zip
restore glyphicons
Diffstat (limited to 'less/bootstrap.less')
-rw-r--r--less/bootstrap.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 9e18c4fb3..ed6229348 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -21,19 +21,20 @@
@import "code.less";
@import "grid.less";
-
@import "tables.less";
@import "forms.less";
@import "buttons.less";
// Components: common
@import "component-animations.less";
+@import "glyphicons.less";
// Components: Nav
@import "navs.less";
@import "navbar.less";
+
// Responsive: Tablets and up
@media screen and (min-width: 768px) {