mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-12 09:54:25 +01:00
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
No more needed in Bootstrap 3
This commit is contained in:
parent
a35b9b7d0c
commit
43b0a1287a
2
Makefile
2
Makefile
@ -88,8 +88,6 @@ bootstrap/css/*.css: less/*.less
|
|||||||
mkdir -p bootstrap/css
|
mkdir -p bootstrap/css
|
||||||
recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
|
recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
|
||||||
recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.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
|
# FONTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user