ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
660 stars 168 forks source link

nested not selector #568

Open MrTilllus opened 2 years ago

MrTilllus commented 2 years ago

today i wanted to compile something like this: .test:not(.testcontainer .test) but the compiler just ignored the not selector and wrote the rules just for .test. Did I something wrong or is this a bug?

glenn2223 commented 2 years ago

Are you getting the same issue with my fork? It's also available on the VS Code marketplace - ref #486