aphrodite-reset
v2.0.0
Published
The popular Reset CSS by meyerweb as an Aphrodite stylesheet.
Downloads
6
Maintainers
Readme
Aphrodite Reset
The popular Reset CSS by meyerweb as an Aphrodite stylesheet.
Installation
npm install --save aphrodite-test
Getting Started
To include the stylesheet in your app, it is pretty simple, you only need to import the library in your main entry file.
index.js
import 'aphrodite-reset';
Be aware that all the generated rules do not use !important
and can be overrided.
Contributing
See CONTRIBUTING.md.