Closed chmac closed 10 years ago
Less introduced a new --strict-math=off flag. But apparently (less/less.js#1480) this doesn't apply to @media queries. So compiling Bootstrap 2.3.1 on less 1.5.1 will fail.
--strict-math=off
$ git clone git@github.com:320press/wordpress-bootstrap.git $ cd wordpress-bootstrap/library $ lessc less/responsive.less > css/responsive.css $ lessc -v lessc 1.5.1 (LESS Compiler) [JavaScript]
Can't submit fixes for Bootstrap any more, so might as well put this fix in here. It exists in Bootstrap 2.3.1 and 2.3.2.
Less introduced a new
--strict-math=off
flag. But apparently (less/less.js#1480) this doesn't apply to @media queries. So compiling Bootstrap 2.3.1 on less 1.5.1 will fail.Can't submit fixes for Bootstrap any more, so might as well put this fix in here. It exists in Bootstrap 2.3.1 and 2.3.2.