CSS Lint : CSS Lint points out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problemati...
csscss : csscss will parse any CSS files you give it and let you know which rulesets have duplicated declarations.
PurgeCSS : PurgeCSS is a tool to remove unused CSS. It can be part of your development workflow.
ruff : An extremely fast Python linter and code formatter, written in Rust.
Autoprefixer : PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.