-
A ještě jsem řešil nespokojenost s tím, že mi nic nevalidovalo hodnoty. Aktuálně testuju https://github.com/csstree/stylelint-validator, tak se potom podělím o případné bolesti s praktického využití..…
-
How about https://github.com/YozhikM/stylelint-a11y?
-
When using the [`loseless: true`](https://github.com/postcss/postcss-selector-parser/blob/6158750aab0aed3046a5920bd58e0e0266a4ada2/API.md#processoroptions) option trailing spaces are removed unexpecte…
-
JS-код проекта уже проверяется линтером. Можно так же проверять CSS.
Раз вы уже перешли на PostCSS, то самым лучшим выбором будет [Stylelint](http://stylelint.io/).
Но главный вопрос — какие ча…
-
We're already linting our JS, so we shouldn't leave out the styles!
If you need a reference on how to use stylelint with Vue files, you can use this [blog post](https://medium.com/lost-bananas/lint…
-
[stylelint has a bunch of rules](http://stylelint.io/user-guide/rules/), many of which may be useful for people writing CSS in JS. Instead of re-implementing all of these as separate rules for this pl…
-
This has been something we've wanted to do for a while.
The proposal is to:
- Start with the [recommended](https://github.com/stylelint/stylelint-config-recommended) rule set, or the stricter [sta…
-
Hello! Didn't make a PR because I'm in a rush, but this is in my custom.css:
```css
/* Daily Statistics plugin tweaks */
.el-calendar button:focus,
.el-calendar button:hover,
.el-calendar butto…
-
I think if we will merge CSSLint and [Stylelint](http://stylelint.io/) everyone will win — users will get more features, and we will have more free time. We already have great examples of [ESLint + JS…
-
### What is the problem you're trying to solve?
`csstree` is sometimes a bit behind the most recent CSS features resulting in false positives.
For `properties` and `types` we can already pass update…