stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.9k stars 250 forks source link

Add normalize.css as an option #190

Closed Vinnl closed 9 years ago

Vinnl commented 11 years ago

In addition to the option of Eric Meyer's CSS reset, it would be nice if it would be as easy to include normalize.css: http://necolas.github.io/normalize.css/

skw commented 11 years ago

I'm maintaining normalize.stylus, I'd be happy to add it as an npm module if that's useful.

It's also worth noting that many similar changes are coming if/when axis merge pull request.

Vinnl commented 11 years ago

Hi @skw, my current solution indeed uses normalize.stylus. No need for an npm module, using it as a Bower package works fine. It's just that, if I'm using nib anyway, an alternative to the reset would be nice :)

(Although I'm not sure whether nib is still being actively maintained?)

skw commented 11 years ago

Hi @Vinnl, this axis issue and axis itself may be worth checking out. As far as I know it is being maintained by contributors like @slang800 .

Vinnl commented 11 years ago

Ah great, that sounds good :) Unfortunately at the moment Nib itself would be better, as the Stylus Grunt task supports nib currently...

notslang commented 9 years ago

done in #289