Modify media query
Hi!
Do you want to make the ability to modify media queries?
Add methods for adding media queries and media feature expressions, add method for generate css code from object?
I see that now the package can only read media queries structures.
Hi @Semigradsky ,
Could you please give some possible use cases for that?
In general - yep, the initial idea was to read media queries, not build them, as just a helper for the scss linter. Doesn't mean of course that it will stay that way forever :)
It would be useful for my plugin =) https://github.com/Semigradsky/postcss-nested-media-queries
Perhaps more useful plugins would have appeared if modify media queries would be easy.