0.5.0 • Published 11 years ago
cssrecipes-reset v0.5.0
reset
Reset for some elements
Install
$ npm install cssrecipes-resetUsage
Import index.css (or just files you want).
@import "./path/to/cssrecipes-reset/index.css";Available classes
.r-ResetButton
.r-ResetInput
.r-ResetList
Testing
Requires nodejs
To generate a build:
npm run buildTo generate the testing build.
$ npm run build-testBasic visual tests are in test/index.html.
Contributing
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