You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I realized that it's not that the & is never being converted inside the media query. It's the first instance of a & inside the query that is not being transformed.
A quick fix is to include & {} at the top of the query.
Thank you for the quick fix, Rick. The media query problem is resolved. However, I noticed that now, when using multiple selectors, like & .copyright, & .sup, the second & is not converted to the namespace.
Hi, I noticed that when using this plugin, when I insert a media query into the css string:
The output in the browser does not convert & to the namespace. Is there something I am missing here? Thanks! This is a great plugin, it's very useful.
The text was updated successfully, but these errors were encountered: