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

https://github.com/snugug/normalize-eyeglass

normalize-eyeglass
https://github.com/snugug/normalize-eyeglass

Last synced: 8 months ago
JSON representation

normalize-eyeglass

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';
```