-
Recommended config:
- [x] annotation-no-unknown
- [x] color-no-invalid-hex
- [x] custom-property-no-missing-var-function
- [x] declaration-block-no-duplicate-properties
- [x] font-family-no-dup…
-
**TL;DR**: Consider [semver](https://semver.org/)(-ish) for versioning, at least minor for removing features?
I tried searching if there's some history regarding the versioning, but wasn't able to …
-
```
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…
-
Following https://github.com/stylelint/stylelint/issues/4067. We need to remove all test for custom property sets, which are not standard feature. It was introduced for `@apply`, which was [rejected](…
-
Origin: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4290#discussion_r1235805016
Needs method headers and param descriptions
-
Hi!
I try to create a setup consisting of `sass`, `stylelint` and `media-query-plugin`, but the combination of `media-query-plugin` and `stylelint-webpack-plugin` produces an error. If I remove on…
-
I have the following warning from stylelint plugin: kaliber/parent-child-policy.
```
missing `display: flex;`
`order` can only be used when the containing root rule has `display: flex;` - add `di…
-
`stylelint` doesn't have default rules which is something the dev server complains about out of the box (https://github.com/nuxt/create-nuxt-app/issues/388).
Choosing `tailwindcss` as a UI framewor…
smhmd updated
4 years ago
-
getting this error when coc-stylelint is started. coc tries about 5 times to start coc-stylelint and finally gives up with following error:
```
309 SyntaxError: Unexpected token {
310 at crea…
-
### 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: ${(…