-
Summary: I updated `stylelint-config-recommended` today and now I can't format my SCSS files. Does this extension use its own local version of `stylelint` that might be outdated? Is there a way for …
-
Hello,
I know that stylelint still not released yet with `--fix` feature, but after release when also `stylefmt` will be updated to use latest version of stylelint, what do you think about fix feat…
-
### Environment
* VSCode Version: 1.18.1
* OS Version: OSX 10.13.1
### Actual behavior
Not formatting on save or with command
### Expected behavior
Should format (was working before up…
-
```bash
prettier/tests $ for d in *; do [ -e $d/jsfmt.spec.js ] || echo $d; done
css_less_docs
css_loose
flow
stylefmt
typescript
```
`flow`, `stylefmt` and `typescript` are exceptions (they…
-
-
Great plugin, could you add an option to format on save?
-
When adding a new rule in the middle of scss file, output panel opens and steals focus:
```
[Stylefmt]
CssSyntaxError: :1:1: Unknown word
> 1 |
| ^
```
-
Issue Type: Bug
Somewhere along the line, in a recent update, the formatting of my SCSS files changed. I am using Stylelint and the StyleFmt extension, and have the setting in my stylelintrc:
…
-
Please, add possibility to exclude css from prettier or support postcss/nextcss (as #114). Currently using stylefmt and happy with it, same as I'm happy with prettier for javascript.
Thanks a lot f…
-
my stylelint rule in stylelint.rc
```json
{
"plugins": [
"stylelint-scss"
],
"rules": {
"function-calc-no-unspaced-operator":true,
"function-linear-gradient-no-nonstandard-direction…