diff options
| author | lucaflisi <[email protected]> | 2013-04-11 14:01:23 +0200 |
|---|---|---|
| committer | lucaflisi <[email protected]> | 2013-04-11 14:01:23 +0200 |
| commit | 43b0a1287aba6f32e4ea372a217a17d36e845cf7 (patch) | |
| tree | 56edcef77672a32f2652a43ac48aded5617f3ef2 | |
| parent | a35b9b7d0cf3c046f2e8d72fe0de5efdf7918281 (diff) | |
| download | bootstrap-43b0a1287aba6f32e4ea372a217a17d36e845cf7.tar.xz bootstrap-43b0a1287aba6f32e4ea372a217a17d36e845cf7.zip | |
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
No more needed in Bootstrap 3
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -88,8 +88,6 @@ bootstrap/css/*.css: less/*.less mkdir -p bootstrap/css recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css - recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css - recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css # # FONTS |
