Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 739 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 739 Bytes

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.