cssrecipes-reset
Version:
Reset for some elements
58 lines (33 loc) • 793 B
Markdown
reset
Reset for some elements
# Install
```sh
npm install cssrecipes-reset
```
# Usage
Import `index.css` (or just files you want).
```css
@import "./path/to/cssrecipes-reset/index.css";
```
# Available classes
## `.r-ResetButton`
## `.r-ResetInput`
## `.r-ResetList`
---
# Testing
_Requires [nodejs](http://nodejs.org)_
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.
```sh
git clone https://github.com/cssrecipes/reset.git
git checkout -b patch-1
npm install
npm test
```
# [Changelog](CHANGELOG.md)
# [License](LICENSE)