carlfairclough / aphrodite-reset

The popular Reset CSS by meyerweb as an Aphrodite stylesheet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The popular Reset CSS by meyerweb as an Aphrodite stylesheet.

License:MIT License


Languages

Language:TypeScript 100.0%