From 43b0a1287aba6f32e4ea372a217a17d36e845cf7 Mon Sep 17 00:00:00 2001 From: lucaflisi Date: Thu, 11 Apr 2013 14:01:23 +0200 Subject: [PATCH] Remove BOOTSTRAP_RESPONSIVE_LESS in css compile No more needed in Bootstrap 3 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 48aacdf08a..7c95b19001 100644 --- a/Makefile +++ b/Makefile @@ -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