no-unused-css-selector
returns no errors or warnings when SCSS is used
#399
Labels
bug
Something isn't working
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.57.0
What version of
eslint-plugin-astro
are you using?1.2.2
What did you do?
Configuration
What did you expect to happen?
A warning should be thrown for the unused
.ok
selector.What actually happened?
No error was logged.
Link to Minimal Reproducible Example
https://github.com/skilar/astro-debug
Additional comments
Everything works if the styles are modified to this:
So it seems to be the SCSS-specific code that's causing the issue.
The text was updated successfully, but these errors were encountered: