@dry-lint/cssPart of the dry-lint monorepo.
Extracts CSS class selectors, IDs, and custom properties (--variables) from your CSS/SCSS/Less stylesheets so you can detect duplicate or conflicting style rules across your project.
bun add -D @dry-lint/css
Add it to your .drylintrc.json:
{
  "plugins": ["@dry-lint/css"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.