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

CSS Beautifier: support LESS/SASS line comments #326

Closed
mokkabonna opened this issue Sep 18, 2013 · 1 comment
Closed

CSS Beautifier: support LESS/SASS line comments #326

mokkabonna opened this issue Sep 18, 2013 · 1 comment

Comments

@mokkabonna
Copy link
Contributor

Is this something that would be considered?

The css prettyfier already does a good job, but trips on for example

//comment
border:solid 1px black;

becomes

//comment border:solid 1px black;

Placing the next line on the same line as the comment.

Probably a few other things as well. But I think it would not be that much of a job to add less/sass support.

@bthorben
Copy link
Contributor

bthorben commented Nov 9, 2013

But I think it would not be that much of a job to add less/sass support.

Not, it's probably not. Want to try it yourself?!

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

No branches or pull requests

3 participants