Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 620 Bytes

A small library of CSS helper classes that can be used to reduce the amount of CSS that can be added every time you need to add a new module or elements.

Add it to your project

You can install it using bower

bower install css-helpers-lib

Or you can download it manualy and add it to your project.

Development

Install npm packages

npm install

Run grunt to build the code and start watching files.

grunt

Using

Read more about the idea and using the classes by reading Using Helper Classes to DRY and Scale CSS