-
### 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: ${(…
-
Use [@nuxtjs/stylelint-module](https://github.com/nuxt-community/stylelint-module)
## When
- Nuxt 3 is supported
- https://github.com/nuxt-community/stylelint-module/issues/63
-
Currently, we have https://github.com/stylelint/stylelint/blob/master/scripts/benchmark-rule.js which checks only for one rule.
This is quite useful, but I think we need to measure real use cases.
…
-
> What is the problem you're trying to solve?
Stylelint is part of the critical path when processing stylesheets with webpack (for me at least). Unfortunately, the current caching strategy only…
-
### What minimal example or steps are needed to reproduce the bug?
```css
a {
transition-behavior: foo;
transition-delay: foo;
transition-duration: foo;
transition-property: foo
tra…
-
> Physical dimensions and directions are described left to right and top to bottom, while their logical counterparts are described start to end and inline or block.
https://github.com/csstools/styl…
-
@magsout any thoughts?
-
**Problem:** I have a repo with SCSS that isn't written to the Stylelint guidelines. I want to just ignore those files. (I don't have time to rewrite to make the files compliant.) I implemented .style…
-
> Warning: Running stylelint failed
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/runner/work/mediawiki-extensions-Nimiarkisto/mediawiki-extensions-Nimiarkisto/node_modules/@stylistic/styleli…
-
I have below settings:
```js
module.exports = {
extends: ['stylelint-config-react-native-styled-components'],
customSyntax: 'postcss-styled-syntax',
defaultSeverity: 'warning',
rules…