stylelint-no-unused-selectors icon indicating copy to clipboard operation
stylelint-no-unused-selectors copied to clipboard

Support dynamic classNames.

Open alexandrsmirnov93 opened this issue 3 years ago • 1 comments

I have dynamic className like className=buttonType_${size} and selectors buttonType_big, buttonType_small but there are some errors "`buttonType_big is defined but doesn't match any elements". Could you please implement supporting such type of classes.

alexandrsmirnov93 avatar Mar 04 '21 08:03 alexandrsmirnov93

I think it's impossible

Grawl avatar Sep 05 '23 07:09 Grawl