An open API service indexing awesome lists of open source software.

https://github.com/zaibot/css-reset

Start from scratch CSS reset
https://github.com/zaibot/css-reset

Last synced: 3 months ago
JSON representation

Start from scratch CSS reset

Awesome Lists containing this project

README

        

# css-reset

For sites which want to ignore default browser styles and create a stylesheet from scratch.

## Usage

```
npm install --save @zaibot/css-reset
```

Include CSS
```
require('@zaibot/css-reset');
```
or
```
@import '@zaibot/css-reset';
```

Include LESS
```
require('@zaibot/css-reset/reset.less');
```
or
```
@import '@zaibot/css-reset/reset.less';
```