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

Use PostCSS 8 events #55

Open ai opened 3 years ago

ai commented 3 years ago

Using Once is a bad practice, because it doesn't guarantee plugin comparability (for instance, if @postcss-normalize will be inserted by mixin).

For this plugin AtRule is much better event.