A port to Stylus of normalize.css.
via Bower:
$ bower install normalize-stylus
via Component:
$ component install skw/normalize.stylus
Normalize-stylus utilizes a simple stylus box-sizing mixin:
box-sizing($boxmodel)
-webkit-box-sizing $boxmodel
-moz-box-sizing $boxmodel
box-sizing $boxmodel
which can be found in lib/mixins.styl
. Alternatively you can utilize nib and comment out the @import lib/mixins.styl
in normalize.styl
(line 9).
Pull requests are welcome.
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.