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

Incorrect left indent for nested close brace (scss) #163

Closed
sopilkar opened this issue Jan 16, 2014 · 5 comments · Fixed by #182
Closed

Incorrect left indent for nested close brace (scss) #163

sopilkar opened this issue Jan 16, 2014 · 5 comments · Fixed by #182

Comments

@sopilkar
Copy link

Hi, all!

Try format:

.main
{
  color: #fff;
  .slave
  {
    color: red;
    &:hover
    {
      color: green;
    }
  }
}

Result:

.main
{
    color: #fff;
  .slave
{
    color: red;
    &:hover
{
    color: green;
}
}
}

p.s. Also I would like to separate nested styles and css-rules by blank line.

@tonyganch
Copy link
Member

Yep, that will be fixed in version 3.0

@chrisdhanaraj
Copy link

Out of curiosity, what's the ETA on version 3.0? This feature is the only thing that's stopping me from implementing CSSComb in my stuff

@tonyganch
Copy link
Member

@chrisdhanaraj, early March

@chrisdhanaraj
Copy link

Awesome, thanks :)

On Wed, Feb 5, 2014 at 11:38 AM, Tony Ganch notifications@github.comwrote:

@chrisdhanaraj https://github.com/chrisdhanaraj, early March

Reply to this email directly or view it on GitHubhttps://github.com//issues/163#issuecomment-34204399
.

@atipugin
Copy link

atipugin commented May 3, 2014

Any news on this?

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

Successfully merging a pull request may close this issue.

4 participants