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 multiple values merge #651

Closed
yisibl opened this issue Aug 18, 2015 · 2 comments
Closed

Support multiple values merge #651

yisibl opened this issue Aug 18, 2015 · 2 comments

Comments

@yisibl
Copy link
Contributor

yisibl commented Aug 18, 2015

input:

h1 {
    border: 1px solid red;
    background-color: red;
    background-position: 50% 100%;
}

h1 {
    border: 1px #f00 solid;
    background-color: #f00;
    background-position: center bottom;
}

h1 {
    border: solid 1px rgb(255, 0, 0);
}

output:

h1 {
    border: 1px solid red;
    background-color: red;
    background-position: 50% 100%;
}
@jakubpawlowicz
Copy link
Collaborator

So far merging border property shorthands is not implemented. You would need to go with --skip-advanced until #290 is implemented in the next release.

@jakubpawlowicz
Copy link
Collaborator

Closing as duplicate.

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