sublime-perfectionist
sublime-perfectionist copied to clipboard
Over-zealous in compression
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.
Next version supports SCSS, you can download the master branch.
https://github.com/yisibl/sublime-perfectionist/commit/4be200354013139a83640a190c3b2f562051b607
Late reply I know...
But thanks @yisibl! I didn't realise that it didn't officially support SCSS. Thanks for adding it.