@dry-lint/css
v3.0.0
Published
Detect duplicate or near-duplicate CSS, SCSS, and Less definitions using PostCSS.
Maintainers
Readme
@dry-lint/css
Part 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.
Install
bun add -D @dry-lint/cssConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/css"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
