-
Tried to use as the `defaultFormatter` via right click or `Shift+Alt+F` but nothing happens. Am I missing something?
```
"[css]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
```
…
-
### What minimal example or steps are needed to reproduce the bug?
``` css
.test-grid {
grid-template:
"a a a" /* 3 whitspaces */
"b b b"; /* 2 whitespaces 1 tab */
}
```
### What minimal c…
-
### What minimal example or steps are needed to reproduce the bug?
```css
height: var(--primary-height, --fallback-height);
```
### What minimal configuration is needed to reproduce the bug?
```js…
-
Lets try to implement it. We need to find a way to support all interfaces, jss, react-jss, styled-jss, aphrodite-jss. Check out stylelint processors api.
-
Actuellement, les espaces sont utilisés pour l'indentation, et comme dans le projet OMNES on souhaite utiliser des tabulations.
Aussi, les propriétés CSS sont ordonnées sous ce format (voir le [cod…
-
# General Support Request
```
◯ stylelint devDep 13.13.1 ❯ 15.10.3 https://stylelint.io
◯ stylelint-config-recommended devDep 5.0.0 ❯ 13.0.0 https://github.com/sty…
-
### What is the problem you're trying to solve?
[stylelint-a11y](https://www.npmjs.com/package/stylelint-a11y) has been removed in #9.
[@ronilaukkarinen/stylelint-a11y](https://www.npmjs.com/package…
-
### What minimal example or steps are needed to reproduce the bug?
When given the following input:
```css
div {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
```
the 'fixed' out…
-
I see that the `@griffel/babel-preset` depends on `@linaria`, which in turn [has mechanisms](https://github.com/callstack/linaria/blob/master/docs/LINTING.md) to run [`stylelint`](https://stylelint.io…
-
1. Does not recognize component root styles as zero nesting level (considers the first open curly brackets as zero nesting level, as in a regular CSS file)
2. `"ignore": ["pseudo-classes", "blockle…