csstools / postcss-normalize

Use the parts of normalize.css (or sanitize.css) you need from your browserslist
Creative Commons Zero v1.0 Universal
816 stars 40 forks source link

Input/output examples #12

Closed ai closed 7 years ago

ai commented 7 years ago

Examples are still mandatory for this project too :). But it could be in pseudo code:

.app { … } /* Your code */
* { padding: 0; … } /* Normalize CSS */
.app { … } /* Your code */
jonathantneal commented 7 years ago

Could I demonstrate parts of the CSS delivered to different browserlists?

ai commented 7 years ago

Yeap, showing that output is based on browserlists will be awesome. For example, you can write browserslist, input css, output css (some parts with comments).

jonathantneal commented 7 years ago

Resolved via https://github.com/jonathantneal/postcss-normalize/commit/ac7675141eeb243e120ec0b968ee656724cbd3f2