TheRealSyler/vscode-sass-indented

auto indent seems to fail

Closed this issue · 1 comments

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"
]

}

Fixed by putting the variable at the beginning of the document