Reset for some elements
$ npm install cssrecipes-reset
Import index.css
(or just files you want).
@import "./path/to/cssrecipes-reset/index.css";
Requires nodejs
To generate a build:
npm run build
To generate the testing build.
$ npm run build-test
Basic visual tests are in test/index.html
.
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
$ git clone https://github.com/cssrecipes/reset.git
$ git checkout -b patch-1
$ npm install
$ npm test