postcss / postcss-use

Enable PostCSS plugins directly in your stylesheet.
MIT License
153 stars 11 forks source link

How to specify an object using postcss-use? #40

Open gavinmcfarland opened 4 years ago

gavinmcfarland commented 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?