Closed
Description
Hi, I noticed that when using this plugin, when I insert a media query into the css string:
@media all and (max-width: 600px) {
& .myElement {...}
}
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.