Top "Csslint" questions

csslint is a program used to parse CSS and flag syntax errors, anti-patterns, and redundant declarations.

CSS lint parsing error - expected LBRACE error

Need some help. When looking at my CSS in CSS lint, they constantly report a parsing error, namely 'expected LBRACE …

parsing keyframe csslint
"Don't use IDs in selectors (CSS)" then, what to use instead of IDs?

One of CSS lint rules is: "It's better to not use IDs in selectors". So, what should we use instead …

css stylesheet csslint
How to ignore specific warnings outputted by the CSSLint extension for Brackets

I'm using the CSSLint extension for Brackets. Is there a way to disable specific warnings for things like box-model and @…

adobe-brackets csslint
Making sense of CSS Lint warnings

I am writing the CSS for our website and I just ran it through CSS Lint. I'm struggling making sense …

css-selectors css csslint
CSSLint: Ignore single line in CSS file?

I'm working with a CSS file that uses Mozilla's -moz-element(#element) directive for a background-image. The code looks like: #foo {…

css csslint