-
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
- […
-
## 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…
-
**To reproduce:**
Currently, when a ruleset contains nothing but a Less comment, that ruleset is considered empty and is stripped from the compile CSS output. The same is not true for CSS comments.…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v14.18.2`
- Nuxt Version: `2.16.0-27720022.54e852f`
- Nitro Version: `0.5.4`
- Package Manager: `yarn@1.22.19`
- Builder…
-
### What is the problem you're trying to solve?
ESLint is migrating to flat config for [some good reasons](https://eslint.org/blog/2022/08/new-config-system-part-2/#the-goals-of-flat-config), in part…
-
> Clearly describe the bug
The `selector-pseudo-element-no-unknown` rule needs to accept `true` and `false` so it can be overridden when extending from a predefined config which has it set to `…
-
An update of from vit4 to vite5 shows a type error in my vite.config.ts.
It seems the plugin is not completely compatible (at least the types aren't).
```
type 'Plugin' is not assignable to type …
-
**less file**
`@import "./../../../assets/styles/text-mixins.less";
@border-color: #0079b8;
.roles-tab {
display: flex;
margin: 40px 0;
}
.all-roles {
width: 275px;
}
.ro…
-
### What minimal example or steps are needed to reproduce the bug?
```html
line {
stroke-opacity: 50%;
}
```
### What minimal configuration is needed to reproduce the bug?
…
-
## Description
The stylelint-config package sets a `selector-class-pattern` rule to enforce kebab-case CSS class names. It looks like the regex was taken [straight from stylelint's docs](https://st…