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
The validator can't recognize it as it can only validate CSS. The validator currently detects some Saas / Less specific syntax and ignores such values. But in this case, it didn't recognize that the value was not CSS. I don’t know why at the moment. As a workaround for now you may try ignoreValue option in plugin's config to suppress warnings for such values, e.g. a value that contains $ (don't forget escape $ with a tripple \).
I'm using scss module's @use syntax.
When I "@use" module, I have to access its variables with namespace, like this
When I do so with mixins or variables, like on screenshot - there's no problem.
But when I want to use that variable in selector property - linter throws error
Error:
App builds normally.
What can be done in order for the validator to recognize this?
The text was updated successfully, but these errors were encountered: