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
- Host: GitHub
- URL: https://github.com/kamaslau/common_reset
- Owner: kamaslau
- License: mit
- Created: 2019-03-15T08:50:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T19:33:00.000Z (over 6 years ago)
- Last Synced: 2025-04-01T00:01:51.556Z (11 months ago)
- Topics: css, normalize, reset, stylesheet
- Language: CSS
- Homepage: https://kamaslau.github.io/common_reset/
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)