Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cssrecipes-reset

cssrecipes1.5kMIT0.5.0

Reset for some elements

css, cssrecipes, reset

readme

reset

Reset for some elements

Install

$ npm install cssrecipes-reset

Usage

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 build

To generate the testing build.

$ npm run build-test

Basic 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

Changelog

License

changelog

0.5.0 - 2014-12-28

  • inputs now inherit font-family

0.4.0 - 2014-11-08

  • update org prefix to r

0.3.0 - 2014-10-27

  • update org prefix to cssr

0.2.0 - 2014-10-24

  • add prefix

0.1.0 - 2014-06-18

Initial release