Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hail2u/normalize.scss

Modularized and Sassy normalize.css
https://github.com/hail2u/normalize.scss

Last synced: about 2 months ago
JSON representation

Modularized and Sassy normalize.css

Awesome Lists containing this project

README

        

normalize.scss
==============

Modularized and [Sass][1]y [Normalize.css][2].

INSTALLATION
------------

Three options are available:

1. [Download package][3]
2. Clone with Git: `$ git clone https://github.com/hail2u/normalize.scss.git`
3. Install with [Bower][4]: `$ bower install modularized-normalize-scss --save-dev`

TEST
----

Install development dependencies with [npm][5]:

$ npm install

Then, test with [Grunt][6]:

$ grunt test

LICENSE
-------

MIT (same as Normalize.css): http://hail2u.mit-license.org/2013

[1]: http://sass-lang.com/
[2]: http://necolas.github.io/normalize.css/
[3]: https://github.com/hail2u/normalize.scss/archive/master.zip
[4]: http://bower.io/
[5]: http://npmjs.org/
[6]: http://gruntjs.com/