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

Generates invalid scss when formatting ampersand selectors #498

Closed
erupenkman opened this issue Aug 4, 2014 · 1 comment
Closed

Generates invalid scss when formatting ampersand selectors #498

erupenkman opened this issue Aug 4, 2014 · 1 comment

Comments

@erupenkman
Copy link

this input

 .btn{
   &:hover{
     background: blue;
   }
 }

produces this output space inserted between ampersand and 'hover'

 .btn {
   &: hover{
    background: blue;
   }
 }

this is invalid scss and will not compile (personally using libsass)

@bitwiseman
Copy link
Member

184492f
is the commit that fixed this.

@bitwiseman bitwiseman added this to the v1.5.3 milestone Oct 2, 2014
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

2 participants