postcss-use
postcss-use copied to clipboard
Enable PostCSS plugins directly in your stylesheet.
I'm on codepen trying to customize the features of my `preset-env` plugin use. I can send `stage` fine, but I'm not sure how to send the `features` object key and...
Close #43, close #44 Hi! Some help would be needed here, I'm not familiar with PostCSS plugins at all but we need this one to be compatible with PostCSS 8...
please update this plugins thanks
This plugin doesn't seem to function properly on PostCSS major version 8. In tailwindlabs/tailwindcss#5429 we attempted to create a minimal reproduction case, but we were unable to get the plugin...
When I use the following. ```css @use postcss-help-media-queries(breakpoints: { extraSmall: "20em", small: "30em", medium: "40em", large: "80em", extraLarge: "120em" }); ``` I get an error that a semicolon is missing....