{ } and parenthesesYes, it is completely free with no registration, login, or usage limits. Use it as many times as you need for both personal and commercial projects.
No. All validation happens locally in your browser using JavaScript. Your CSS code never leaves your device — this makes it safe for validating proprietary or confidential stylesheets.
The validator checks for: missing or mismatched brackets/braces, invalid property names, incorrect property values, missing semicolons, duplicate selectors, unknown pseudo-classes/elements, @-rule errors (like @import, @media), and common browser compatibility issues.
Yes, it works with both readable and minified CSS. The parser handles code regardless of formatting or whitespace. Results may show fewer errors with well-formed minified CSS since minified code typically has fewer syntax issues.
Yes, it supports CSS3, CSS Grid, Flexbox, CSS Custom Properties (variables), CSS Animations and Keyframes, Container Queries, :has() selector, and modern pseudo-classes. The property database is updated to reflect current CSS specifications.