From 32bcaac5e25cc34ca7b065c751ded1ad656a323f Mon Sep 17 00:00:00 2001 From: Bussonnier Matthias Date: Wed, 8 Oct 2014 19:48:27 +0200 Subject: [PATCH] pin less to less than 1.7.5 1.7.5 drop all vendor-prefixed values that are set to the default value of most browser leading to huge change in the number of lines in css and pain everywhere. --- IPython/html/fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/fabfile.py b/IPython/html/fabfile.py index 2583d8d86..9283b8e47 100644 --- a/IPython/html/fabfile.py +++ b/IPython/html/fabfile.py @@ -12,7 +12,7 @@ components_dir = pjoin(static_dir, 'components') here = os.path.dirname(__file__) min_less_version = '1.7.0' -max_less_version = '1.8.0' # exclusive +max_less_version = '1.7.5' # exclusive def _need_css_update(): """Does less need to run?"""