TheRealSyler / sass-formatter

Sass(indented syntax) formatter written in typescript
https://sass-formatter.syler.de
MIT License
10 stars 2 forks source link

Auto tab @import the end file #46

Closed Lbdevaa closed 3 years ago

Lbdevaa commented 3 years ago

Describe the bug Auto tab in end sass file for @import.

To Reproduce Add any class. The end import any file.

Expected behavior No spaces.

Screenshots I wanna:

1

I have: 2

.master
  display: none
  &.active
    display: block

@import "media"

Desktop (please complete the following information):

TheRealSyler commented 3 years ago

thanks for reporting, seems like the last update broke a few things.

TheRealSyler commented 3 years ago

@Merakaa should be fixed, i will update the extension within a day or two.