-
Hi, I got problem when execute `yarn dev`, I've been trying to update all `dependencies ` and `devDependencies` but I got same problem. Here's my cmd output :
```
C:\Users\uhsis\Documents\GitHub\cha…
-
### How did you encounter this bug?
When running this extension I run into an error where stylelint cannot load. Running via CLI does lint the code. I am running on Windows/WSL1 where Code runs on …
-
Hi!
This is basically the first time using Gatsby for a real project and I'm really stuck on this one. The client has uploaded images via Wordpress and all was going well and working as expected bu…
-
I seem meet a question when use scss with stylelint, is there anything wrong with my config?
## .stylelintrc.yml
```YAML
processors:
- stylelint-processor-html
extends: stylelint-config-stand…
-
Hello everyone! I have an issue during installation after
>npm install
> electron-react-boilerplate@0.13.3 postinstall C:\Users\DronVol\Documents\electron_react_boilerplate_test\electron-react-b…
-
`stylefmt` reformats sass maps making them hard to read.
For example this map:
``` scss
$map: (
grey: (
dark: darken(rgb(128, 128, 128), 10%),
base: rgb(128, 128, 128),
…
-
### Issue Type
Bug
### Description
The Python extension helpfully offers to install linters. Unfortunately it always includes `--user` in the command and that fails when using a virtualenv:
…
acdha updated
4 years ago
-
(this is without any config btw)
a space is added after the [length](http://sass-lang.com/documentation/Sass/Script/Functions.html#length-instance_method) method is used in a `@for`:
input:
```
…
-
Should we consider using some tools like https://github.com/okonet/lint-staged do. only lint staged files.
-
It'd be nice to have some automatic CSS formatting running with GitHub Actions when pushing to master.
I haven't looked much into the topic, but I found these CSS formatters that could be useful:
…