Check CSS for malformed blocks, declarations, at-rules, and known property issues.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Stylesheet text is tokenized and checked for balanced blocks, valid declarations, known property-value grammar, and malformed at-rules. Findings are reported without applying styles.
.btn {
color: blue;
font-size: 14px;
}
.card {
padding 10px;
}
Found 1 error(s) Stats: 2 rules, 2 selectors, 2 properties Errors: - Invalid declaration: "padding 10px" (missing colon)
CI, editors, and distributed design-system packages validate CSS.