postcss-normalize icon indicating copy to clipboard operation
postcss-normalize copied to clipboard

Use PostCSS 8 events

Open ai opened this issue 4 years ago • 0 comments

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.

ai avatar Apr 30 '21 12:04 ai