sublime-perfectionist icon indicating copy to clipboard operation
sublime-perfectionist copied to clipboard

Over-zealous in compression

Open jonginn opened this issue 9 years ago • 2 comments

I have the plugin set to 'expanded' mode.

.class {
    // Not active, not open - use black down arrow
    @include pseudo-element();
    @include retina-sprite(nav-arrow-down-black);
    @include centre-sprite(nav-arrow-down-black);
  }

Becomes:

.class {
    //Notactive,notopen-useblackdownarrow@includepseudo-element()@include retina-sprite(nav-arrow-down-black);
    @include centre-sprite(nav-arrow-down-black);
  }

Which is quite drastic and breaks the code.

jonginn avatar Sep 08 '15 09:09 jonginn

Next version supports SCSS, you can download the master branch.

https://github.com/yisibl/sublime-perfectionist/commit/4be200354013139a83640a190c3b2f562051b607

yisibl avatar Sep 08 '15 16:09 yisibl

Late reply I know...

But thanks @yisibl! I didn't realise that it didn't officially support SCSS. Thanks for adding it.

jonginn avatar Dec 09 '15 14:12 jonginn