The types of rateCls and star are strings. This plugin throws these false positives as it doesn't understand there is a string between the period and the :not().
Also, there should be some way to ignore these errors, just as we can // @ts-ignore when Typescript itself makes bad inferences.
Take this css:
The types of rateCls and star are strings. This plugin throws these false positives as it doesn't understand there is a string between the period and the :not().
Also, there should be some way to ignore these errors, just as we can // @ts-ignore when Typescript itself makes bad inferences.