https://github.com/ahmadajmi/css-helpers
A small CSS library that provides a set of CSS helper classes.
https://github.com/ahmadajmi/css-helpers
css css-helper css-utilites
Last synced: about 1 year ago
JSON representation
A small CSS library that provides a set of CSS helper classes.
- Host: GitHub
- URL: https://github.com/ahmadajmi/css-helpers
- Owner: ahmadajmi
- Created: 2014-09-15T06:22:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T13:26:28.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T14:43:16.870Z (over 1 year ago)
- Topics: css, css-helper, css-utilites
- Language: CSS
- Homepage:
- Size: 270 KB
- Stars: 44
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://www.sitepoint.com/using-helper-classes-dry-scale-css/)