Open MrTilllus opened 3 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?
.test:not(.testcontainer .test)
.test
Are you getting the same issue with my fork? It's also available on the VS Code marketplace - ref #486
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?