Less Style Library
A library of namespaced mixins and variables to help with faster CSS development.
The Less architecture is set up so it's namespaced with groups of re-usable mixins in Declarative format.
All documentation and examples can be found on the documentation website
Install With NPM
$ npm install less-style-library --save-dev
Install with Yarn
$ yarn add less-style-library --save-dev
Import the library in your application.
/* some.less file */
@import '{path_to}/node_modules/less-style-library/imports';
Please check for updates regularly and report any issues in github. Contributions welcome.