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
This is not a bug. In the example above, there're no selectors that target .selected in the SCSS file. :not(.selected) targets anything other then .selected so the error is semantically correct - .selected is undefined.
You should be able to avoid this error by using string literals for classes that aren't defined in the CSS module:
SCSS:
JS:
Result:
The text was updated successfully, but these errors were encountered: