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

support style merging from css #3114

Merged
merged 2 commits into from
Jul 18, 2016
Merged

support style merging from css #3114

merged 2 commits into from
Jul 18, 2016

Conversation

asturur
Copy link
Member

@asturur asturur commented Jul 18, 2016

before

.cls-1 {
  prop: value1;
}
.cls-1 {
  prop2: vlaue2;
}

was not merged correctly and just prop2 was taken.

Now is supported.

closes #3051

@asturur asturur merged commit 7dad30c into master Jul 18, 2016
@asturur asturur deleted the svgImport branch July 18, 2016 08:06
@kangax
Copy link
Member

kangax commented Jul 18, 2016

👍

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

Successfully merging this pull request may close these issues.

SVG render bug
3 participants