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

https://github.com/kamaslau/common_reset

Common used css reset rules, works better with Normalize.css
https://github.com/kamaslau/common_reset

css normalize reset stylesheet

Last synced: 11 months ago
JSON representation

Common used css reset rules, works better with Normalize.css

Awesome Lists containing this project

README

          

# common_reset
Common used css reset rules, works better with [Normalize.css](https://github.com/necolas/normalize.css).

## NPM
```javascript
npm i common_reset --s // Subject based
```

## Usage
`` import 'common_reset' ``
### Nuxt.js
nuxt.config.js
```javascript
/*
** Global CSS
*/
css: [
'common_reset', // Implement ahead of normalize.css is recommended
'normalize.css'
]
```

## Download
Latest version is available through [https://github.com/kamaslau/common_reset/releases](https://github.com/kamaslau/common_reset/releases)