https://github.com/henryruhs/harmonize.css
Like normalize.css but without the bad parts
https://github.com/henryruhs/harmonize.css
css normalize reset
Last synced: 9 days ago
JSON representation
Like normalize.css but without the bad parts
- Host: GitHub
- URL: https://github.com/henryruhs/harmonize.css
- Owner: henryruhs
- License: other
- Created: 2017-04-03T11:29:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T07:34:22.000Z (about 1 year ago)
- Last Synced: 2025-04-08T15:21:38.518Z (about 1 year ago)
- Topics: css, normalize, reset
- Language: CSS
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
harmonize.css
=============
> Like `normalize.css` but without the bad parts.
[](https://npmjs.com/package/harmonize.css)
[](https://npmjs.com/package/harmonize.css)
Installation
------------
```
npm install harmonize.css
```
Setup
-----
Import the `harmonize.css` file as needed:
```css
@import 'node_modules/harmonize.css/harmonize.css';
```