Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space after a semicolon? #35

Closed
ghost opened this issue Feb 11, 2014 · 1 comment
Closed

Space after a semicolon? #35

ghost opened this issue Feb 11, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 11, 2014

Is there a way for the SassBeautify to eliminate all the spaces after a ":" for example:

Before

  background: $c_body;
  color: $c-white;
  text-align: left;

After it runs the cmd:

  background:$c_body;
  color:$c-white;
  text-align:left;

Is this doable?

Thanks :)

@badsyntax
Copy link
Owner

It's doable, but I'm very sorry that I'm not going to build it in (at least not right now). This plugin uses sass-convert for beautification and I don't want to add additional features on top of it. I might change my mind in the future, I'll keep track of this feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant