]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixed compile problem with LESS 1.2.1. 2066/head
authorJohan Steen <artstorm@gmail.com>
Sat, 18 Feb 2012 13:28:44 +0000 (14:28 +0100)
committerJohan Steen <artstorm@gmail.com>
Sat, 18 Feb 2012 13:28:44 +0000 (14:28 +0100)
commitc900d72857e5c3865abe9502ad7d255e84f1af0e
tree180ebd87bd34581a7ec20d915be7aea22e86e7b4
parentb776cae902cf4cd6c0d7227214b8a835be8df750
Fixed compile problem with LESS 1.2.1.

The sprite path variables introduced in v2.0.1 prevents bootstrap.less to
compile wiht LESS v1.2.1. Updated the variables to use the @{name}
construct when inserted in sprites.less, as outlined in the LESS
documentation. This change makes the CSS compile with LESS v1.2.1.
less/sprites.less