-
Follow up to https://github.com/stylelint/stylelint/issues/4942.
Currently `stylelint` is not a PostCSS plugin. It uses PostCSS internals like `LazyResult` to go around PostCSS API. And then we cal…
-
My team uses [BEM](https://getbem.com/), and we also do a lot of class unions with "&" to save on repetitions. For instance, our code might look like this:
```scss
.my-component {
&--has-banner…
-
https://stylelint.io/user-guide/rules/declaration-property-value-no-unknown/
-
Test cases with and without your fix, you have the results below.
-
### What minimal example or steps are needed to reproduce the bug?
```css
a {
position-try: foo;
position-try-fallbacks: foo;
position-try-options: foo;
position-try-order: foo;
}
``…
-
> What is the problem you're trying to solve?
Some rules needs to know about all the imported files to work effectively. For example, the [`no-unknown-animations`](https://stylelint.io/user-gui…
-
例えば float: 'right' が勝手に cssFloat: 'right' とか書き換えられて困った。
https://qiita.com/y-w/items/bd7f11013fe34b69f0df
上を参考にいい感じにしてみたらいい。
-
I was getting a bunch of CSS linting errors like `Unknown rule function-whitespace-after(...)`, even after syncing Stylelint version to the `final` branch version.
I think because we extended the c…
aXb0t updated
4 months ago
-
I'm trying to use the recommended config but receive following error:
```
Error: Could not find "@double-great/stylelint-a11y/recommended". Do you need to install the package or use the "configBas…
-
### Describe the documentation issue
see https://github.com/stylelint/stylelint/pull/7772#discussion_r1646392197
### What solution would you like to see?
- remove `@example`
- add a lengthy …