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

Add Support for Sass #19

Closed
wemakeweb opened this issue Apr 22, 2013 · 1 comment
Closed

Add Support for Sass #19

wemakeweb opened this issue Apr 22, 2013 · 1 comment

Comments

@wemakeweb
Copy link

Is it possible to add support for this? Especially the scss nesting should not result in invalid css after running through cssbeautify. Im not sure if its interesting for others and worth the time implementing it.

Currently:

.item{
  width: 185px;
  cursor:pointer;

  &:active{
    border: 1px solid #6692BB;  
  }
}

results in:

.item {
    width: 185px;
    cursor: pointer;
    &: active{
    border: 1px solid #6692BB;
}
}
@ariya
Copy link

ariya commented Apr 29, 2013

This is outside the scope of this project.

We (or someone else) may come up with sassbeautify, but that'll be an entirely different project.

@ariya ariya closed this as completed Apr 29, 2013
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

2 participants