diff options
| author | Mark Otto <[email protected]> | 2013-01-16 12:30:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 12:30:44 -0800 |
| commit | c76f1cd97ed6f075146e9c406e808e6683306f6a (patch) | |
| tree | 60c1e5141450ab5b0c04dab119cbd386800efe94 /less/bootstrap.less | |
| parent | 992e0d922ae5c15bf9df2d65cbc6293cf203734f (diff) | |
| download | bootstrap-c76f1cd97ed6f075146e9c406e808e6683306f6a.tar.xz bootstrap-c76f1cd97ed6f075146e9c406e808e6683306f6a.zip | |
restore glyphicons
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 3 |
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) { |
