-
Ref: https://github.com/stylelint/stylelint/pull/3089#issuecomment-354662389
Use correct CSS. Use `a` instead of `.foo`.
-
I recently updated the [Fylgja Stylelint Config](https://github.com/fylgja/stylelint-config) and was surprised to find that the rule `media-feature-range-notation: "context"` was added in [v32 of styl…
-
## Context
Paver is deprecated:
* https://github.com/openedx/edx-platform/issues/34467
We would like to fully remove it soon:
* https://github.com/openedx/edx-platform/pull/34832
There …
-
-
# Discussion 🗣
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wra…
-
> What is the problem you're trying to solve?
Fix option makes me lazy and doesn't help me become a better coder, because I cannot
see what I did wrong. I want stylelint to raise my awareness …
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md)
- [X] I have already [searched in existing…
-
Prettier prefers:
```scss
margin-bottom: tools.rem2em(
tokens.$space-6,
tools.rem2em(tokens.$heading-small-desktop)
);
```
Stylelint prefers:
```scss
margin-bottom: tools.rem2em…
-
Should we add the [`selector-no-union-class-name`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/selector-no-union-class-name/README.md) rule to disallow inline `&` in CSS sel…
-
```
Run reviewdog/action-stylelint@v1
Run $GITHUB_ACTION_PATH/script.sh
Installing reviewdog 🐶 ... https://github.com/reviewdog/reviewdog
16.2.1
stylelint version: 16.2.1
Running stylelint wit…