TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
43 stars 9 forks source link

auto indent seems to fail #90

Closed ianhobbs closed 2 years ago

ianhobbs commented 2 years ago

I just can't convince the formatter to write a no indent new line in this section.

$child: 20vw

nav.off-canvas

Should be

$child: 20vw nav.off-canvas

App Visual Studio Code current plugin settings.

{ "sass.disableAutoIndent": true, "sass.andStared": [

    "active",
    "focus",
    "hover",
    "nth-child"
]

}

ianhobbs commented 2 years ago

Fixed by putting the variable at the beginning of the document