-
> What CSS is needed to reproduce the bug?
```css
/* 0-2-1 */
.foo span.quz { ... }
/* 0-1-1 */
.bar span { ... }
```
see https://github.com/stylelint/stylelint/issues/4189#issuecomment-5…
Zirak updated
1 month ago
-
## Environment
- Linaria version: linaria@2.0.0-rc.1
- stylelint@13.6.1
- Bundler (+ version): webpack@4.44.0
- babel-loader@8.1.0
- typescript@3.9.6
- Node.js version: v12.18.3
- OS: OSX…
-
no-duplicate-selectors has already been disabled (CssSyntaxError)
```ts
const lint = await stylelint
.lint({
syntax,
config: {
rules: {}
},
code: content
})
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Adding [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) config instead of using [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss)
…
-
### Current Behavior
Linting is sometimes failing in CI, not consistently due to an error with `prettier/prettier` rule.
We're using prettier v3.3.3
### Expected Behavior
Should not fail
### GitH…
-
```
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-standard-vue/scss"
],
"plugins": [
"stylelint-scss"
],
```
```
"stylelint": "^15.2.0",
"st…
-
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.
-
### What minimal example or steps are needed to reproduce the bug?
my component in styles.ts:
```js
export const ButtonContainer = styled.View.attrs({ elevation: 15 })`
background-color: ${(…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […