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

Cannot split a chunk that has already been edited #743

Closed
taylorzane opened this issue Aug 1, 2017 · 1 comment
Closed

Cannot split a chunk that has already been edited #743

taylorzane opened this issue Aug 1, 2017 · 1 comment

Comments

@taylorzane
Copy link
Contributor

taylorzane commented Aug 1, 2017

Running into an odd error after upgrading from ~v1.14 to v1.27.0.

Cannot split a chunk that has already been edited (458:12 – ".inline-dl > div")

It's happening on any CSS line that has the child selector. Not sure why this is happening, but my CSS appears to be correct, it's never happened in the past.

Example CSS:

<style>
dl {
  padding-left: 20px;
}

dt {
  margin-top: 1rem;
}

.inline-dl > div { /* <= breaks here */
  display: flex;
  flex-direction: column;
}
</style>
Rich-Harris added a commit that referenced this issue Aug 4, 2017
avoid string manipulation bugs by not minifying combinators if `cascade: true`
@Rich-Harris
Copy link
Member

Fixed in 1.28. Thanks!

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