mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
A set of small, responsive CSS modules that you can use in every web project.
79306853bb
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. |
||
---|---|---|
src | ||
.gitignore | ||
Gruntfile.js | ||
HISTORY.md | ||
LICENSE.md | ||
package.json | ||
README.md |