Skip to content

skw/normalize.stylus

Repository files navigation

normalize-stylus

A port to Stylus of normalize.css.

Installing

via Bower:

$ bower install normalize-stylus

via Component:

$ component install skw/normalize.stylus

A note on mixins

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).

Contributing

Pull requests are welcome.

Acknowledgements

Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal.

About

Normalize.stylus v2.1.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published