Open gavinmcfarland opened 4 years ago
When I use the following.
@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.
How can I use postcss-use with a postcss-plugin which passes an object as an option?
postcss-use
When I use the following.
I get an error that a semicolon is missing.
How can I use
postcss-use
with a postcss-plugin which passes an object as an option?