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
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: