https://github.com/buildo/normalize-css
CSS normalizer based on [normalize.css](https://github.com/necolas/normalize.css/)
https://github.com/buildo/normalize-css
Last synced: 4 months ago
JSON representation
CSS normalizer based on [normalize.css](https://github.com/necolas/normalize.css/)
- Host: GitHub
- URL: https://github.com/buildo/normalize-css
- Owner: buildo
- License: mit
- Created: 2016-09-30T13:56:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T10:24:43.000Z (over 8 years ago)
- Last Synced: 2025-12-31T06:43:36.197Z (7 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# normalize-css
CSS normalizer based on [normalize.css](https://github.com/necolas/normalize.css/) with a few custom normalization used at [buildo](http://buildo.io)
## Install
`npm i --save buildo-normalize-css`
## Usage
In you webpack entry file:
```js
import 'buildo-normalize-css';
```
#### Fullscreen app
If you want to create a fullscreen app you need to import the fullscreen module too:
```js
import 'buildo-normalize-css';
import 'buildo-normalize-css/fullscreenApp.css';
```