A set of small, responsive CSS modules that you can use in every web project.
Go to file
Eric Ferraiuolo 79306853bb Revamp Gruntfile to improve its build and import tasks
This is a major rewrite of the Gruntfile which uses a config-driven
approach and leverages grunt-contrib-* plugins to do the heavy lifting.

This creates the build files according to the following conventions:

* `-nr.css`: Rollup `-core.css` + `[module].css` + `-[feature].css`.
* `[module].css`: Rollup `-nr.css`  + `-r.css`.
* `-min.css`: A minified file version of the files of the same name.
* `kimono-min.css`: Rollup of all `[module].css` files.
* `kimono-nr-min.css`: Rollup of all modules without `@media`

**Note:** `-r.css` files are not maintained as separate files.
2013-05-14 13:12:01 -04:00
src Rename files to fit the new naming conventions 2013-05-14 13:10:29 -04:00
.gitignore Initial drop 2013-05-09 18:05:18 -04:00
Gruntfile.js Revamp Gruntfile to improve its build and import tasks 2013-05-14 13:12:01 -04:00
HISTORY.md Initial drop 2013-05-09 18:05:18 -04:00
LICENSE.md Initial drop 2013-05-09 18:05:18 -04:00
package.json Revamp Gruntfile to improve its build and import tasks 2013-05-14 13:12:01 -04:00
README.md Initial drop 2013-05-09 18:05:18 -04:00

Kimono