https://github.com/snugug/normalize-eyeglass
normalize-eyeglass
https://github.com/snugug/normalize-eyeglass
Last synced: 8 months ago
JSON representation
normalize-eyeglass
- Host: GitHub
- URL: https://github.com/snugug/normalize-eyeglass
- Owner: Snugug
- Created: 2017-09-18T15:55:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T16:06:21.000Z (over 8 years ago)
- Last Synced: 2025-08-04T14:59:37.721Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Normalize Eyeglass
A simple [Eyeglass](https://github.com/sass-eyeglass/eyeglass) wrapper for [Normalize.css](https://github.com/necolas/normalize.css)
## Usage
Presuming Eyeglass is already installed and configured, install this module as follows:
```bash
npm install normalize-eyeglass --save-dev
```
Then, in a Sass file, import normalize
```scss
@import 'normalize';
```