-
-
I get this error while building this Next.js React project
```shell
Type error: 'Draggable' cannot be used as a JSX component.
Its instance type 'Draggable' is not a valid JSX element.
…
-
Check custom property types against `@property` rules or custom property registration.
> What solution would you like to see?
Add a rule allowing to specify custom property registrations suc…
-
```css
transition:
background-color 0.3s ease,
backdrop-filter 0.3s ease,
color 0.3s ease;
```
The above works fine locally, but upon saving the pre-commit hook updates the rule to be si…
-
created a brand new app with create-volto-app
yarn-start results in
```
ERROR in ./node_modules/semantic-ui-less/semantic.less 14:0
Module parse failed: Unexpected token (14:0)
You may need a…
-
Hi
I'm using this stylelint plugin [https://github.com/ssivanatarajan/stylelint-group-selectors](https://github.com/ssivanatarajan/stylelint-group-selectors) in one of my project, which suggests, w…
-
![image](https://user-images.githubusercontent.com/28588284/103500174-8beb4280-4e85-11eb-9080-02e270913e68.png)
Error: No files matching the pattern "E:\goldvideo\h265player\src\themes\**\*.css" were…
-
Rule Example
Allow
```css
border-top: calc(#{$table-border-width} * 2)
```
Disallow
```css
border-top: calc($table-border-width * 2)
```
To solve https://github.com/twbs/bootstrap/iss…
-
I am adding `@angular-architects/module-federation@next` into an **NX Project** and this is my package.json file
`
{
"name":"ems-mfe",
"version":"0.0.0",
"license":"MIT",
"scripts":{…
-
### What is the problem you're trying to solve?
If we [lint CSS files by default](https://github.com/stylelint/stylelint/issues/7409) and [add `files:[]` to the configuration object](https://github.c…