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

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

Awesome Lists containing this project

README

          

harmonize.css
=============

> Like `normalize.css` but without the bad parts.

[![NPM Version](https://img.shields.io/npm/v/harmonize.css.svg)](https://npmjs.com/package/harmonize.css)
[![License](https://img.shields.io/npm/l/harmonize.css.svg)](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';
```