-
```
Create an alternative implementation of CssLintProcessor which would use a much
faster js engine (node.js). The implementation would work only if the csslint
npm utility is installed (which is a…
-
Need to lint output CSS for common errors and source order.
See
- [Recess](http://twitter.github.io/recess/)
- [CSSComb](http://csscomb.com/online/)
- [CSSLint](http://csslint.net/)
-
- [x] JS code - [eslint](https://github.com/eslint/eslint)
- [ ] CSS code - [csslint](https://github.com/CSSLint/csslint) :question: , [stylelint](https://github.com/stylelint/stylelint)
- [ ] Accesse…
-
It seems the CSS error checker does not function properly for more complex CSS expressions. It warns of syntax errors that don't actually are errors (see screen). Although this does not affect the CSS…
-
i cannot check my 320kb css file (compressed about 50kb) via CLI or csslint.net
on the command line i get:
FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory
if i test via cssl…
-
Things such as the use of !important, exceeding the 4096 selector limit, obvious typos (possibly comparing HTML elements and CSS declaration names against white lists). This is likely better place in…
-
explain why atomic
explain why only 32 selectors
these images are a great starting point https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
and lint before you push http://…
-
https://github.com/CSSLint/csslint/wiki/Disallow-unqualified-attribute-selectors
```
The following patterns are considered okay and do not cause warnings:
/* unqualified attribute selector is n…
Zuppo updated
4 years ago
-
Hi,
I would like to ask if you can add CSS validation (available under http://jigsaw.w3.org/css-validator/). I guess it should be quite easy to do so, since this tool work in same manner as HTML valid…
-
Now that we lint both php and js, let's discuss if there is a way to also lint our css files without adding too complex dependencies to the project.