csslint icon indicating copy to clipboard operation
csslint copied to clipboard

Automated linting of Cascading Stylesheets

Results 103 csslint issues
Sort by recently updated
recently updated
newest added

Hello, I need some help. I build a responsive website using CSS grid. Everything looks good and perfect. After completing it I upload it to my hosting but when I...

@nschonni , @stubbornella , do you think it makes sense to mark csslint as deprecated? stylelint has superseded it in most ways.

`:root{ --nvctheme-color: #3f1a67; --nvcthemelight-color: #5f259e; }` this is the code I am using to define website theme color as a variable but in CSSlint it is showing error `ERROR: Expected...

So is there a solution or a workaround for this? I am having the same issue `ul.products{grid-template-columns:repeat(12,1fr)}` _Originally posted by @irvingzamora in https://github.com/CSSLint/csslint/issues/753#issuecomment-765775203_

Many documents refer to CSSLint 1.0.5 e.g. [csslint - npm](https://www.npmjs.com/package/csslint) but releases here are up to 1.0.3. I noticed [1.0.5 tag](https://github.com/CSSLint/csslint/releases/tag/v1.0.5). Is that going to become official release?

Despite being 100% redundant, this rule doesn't generate any warnings/errors: ``` div, div { display: none; } ```

CSS: ![image](https://cloud.githubusercontent.com/assets/2131633/8549390/cf46a2d0-24ca-11e5-92ad-254578c63cbd.png) and `csslint` (via grunt-contrib-csslint) with `errors: false` gives me: ``` [L47:C25] >> ERROR: Expected RBRACE at line 47, col 25. This rule looks for recoverable syntax errors. (errors)...

Rules can be enabled and disabled individually. The rule-set is saved when the lint button is pressed and restored on startup. The primary purpose is to aid development of new...

Triage
MERGE CONFLICT

CSSLint expects `optimizeQuality` or `optimizeSpeed` for the `image-rendering` property, [despite those values being depreciated.](https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering#browser_compatibility)

I have a small device with a simple built-in web server, so no Linux + Apache etc. The device generates single-file web pages with status information and configuration settings. I...