normalize-styl-lite

Stylus version of normalize.css

Usage no npm install needed!

<script type="module">
  import normalizeStylLite from 'https://cdn.skypack.dev/normalize-styl-lite';
</script>

README

Stylus version of Normalize.css

GitHub version

Get started

  • Clone the repo git clone https://github.com/seleckis/normalize.styl.lite
  • or install with npm npm install --save normalize-styl-lite
  • or download the latest version

How to use it

Copy normalize.styl to your "dist" folder, and add following line in your stylus-file.

@import 'normalize'

Learn more about Normalize.css

Acknowledgements

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

Stylus port by Mathias Brouilly and derivated by Nikita Seleckis.