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
- Host: GitHub
- URL: https://github.com/zaibot/css-reset
- Owner: Zaibot
- Created: 2017-01-04T05:33:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T05:23:47.000Z (over 6 years ago)
- Last Synced: 2025-02-11T23:45:28.812Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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';
```