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

Wrong border compressed result when with shorthand-border #462

Open
shinken008 opened this issue Nov 1, 2022 · 0 comments
Open

Wrong border compressed result when with shorthand-border #462

shinken008 opened this issue Nov 1, 2022 · 0 comments

Comments

@shinken008
Copy link

shinken008 commented Nov 1, 2022

.no-border {
    border: 0 solid transparent;
    border-width: 1px;
}

.red-border {
    border: 0 solid red;
    border-width: 1px;
}

will be transformed:

.no-border,.red-border {
    border: 0 solid transparent;
    border-width: 1px
}

.red-border {
    border: 0 solid red
}

.red-border's property border-width is gone.

expect






but

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

1 participant