npm install test.less> LESS CSS variables (for less.js)
_(Requires a version of Less.js that supports the npm keyword, e.g. @import (npm) "variables.less")._
Modified from variables.less from @mdo's Bootstrap.
``bash`
npm i variables.less --save-dev
Add the following to your stylesheet:
`less``
@import (npm) "variables.less";
Jon Schlinkert
+ github/jonschlinkert
+ twitter/jonschlinkert
*
_This file was generated by verb-cli on May 31, 2014._