sanitize.stylus

Stylus version of sanitize.css


Keywords
normalize, css, stylus, sanitize
License
Unlicense
Install
npm install sanitize.stylus@2.0.0

Documentation

Sanitize.stylus

🔩 Stylus version of sanitize.css

npm bower

Install

bower

$ bower install --save-dev sanitize.stylus

npm

$ npm install --save-dev sanitize.stylus

Usage

Stylus

Import files in your project using @import without the extension below:

@import "/path/to/sanitize"

CSS

Specify relationships between the current document with dist/sanitize.css from original sanitize.css.

<link rel="stylesheet" href="dist/sanitize.css" type="text/css">

Dcoumentation

Note: It is written in Japanese 🇯🇵

I am not familier with CSS and I do not want to use things which I do not know how it works so I take notes why they define the rules as reset style on Wiki.

Contributing

If you have any question or suggestion, please feel free to create issues or pull request. When you create issues or pull request, please read Contributing before.

License

CC0

To the extent possible under law, Sota Yamashita has waived all copyright and related or neighboring rights to this work. Sanitize.css is dedicated to the public domain and Stylus port by Sota Yamashita