Skip to content

CSS nesting parse error after upgrade from v1.3.3 to v2.0.5 #236

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

Closed
fengyuanchen opened this issue May 17, 2017 · 1 comment
Closed

CSS nesting parse error after upgrade from v1.3.3 to v2.0.5 #236

fengyuanchen opened this issue May 17, 2017 · 1 comment

Comments

@fengyuanchen
Copy link

Input:

  .foo {
    &__bar {
      & > baz {}
    }
  }

Expected output:

.foo {}
.foo__bar {}
.foo__bar > baz{}

Actual output:

.foo {}
.foo__bar { 
  & > baz{} 
}
@michael-ciniawsky
Copy link
Member

michael-ciniawsky commented May 17, 2017

postcss-nested (if update to v2.0.0) / cssnext @see MoOx/postcss-cssnext#374 postcss-loader uses PostCSS 6 and a few plugins haven't been updated yet.

gerhardsletten added a commit to telemark/portalen-web that referenced this issue May 18, 2017
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