lmcarreiro/smart-column-indenter

Automatically breaks SCSS selectors

Opened this issue · 0 comments

Upon saving a file containing

.SomeClass {
   & :global(.SomeGlobalClass) {
   }
}

it removes the space between the and sign and the colon, and moves it to between the colon and global, becoming&: global which results in compilation error.

Can't find a setting to disable this.