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

CSS file altered on 3-values synthax shorthand properties only #365

Open
lafabriqueavisuels opened this issue Mar 24, 2021 · 0 comments
Open

Comments

@lafabriqueavisuels
Copy link

lafabriqueavisuels commented Mar 24, 2021

Hello !

Using grav, which is using the last version of minify, I ve noticed some of my CSS rules were altered when minified.

For instance
.card-small .card-body .card-img-small { padding: calc(var(--spacer)*1.5) calc(var(--spacer)*1.5) 0; }
is becoming
.card-small .card-body .card-img-small { padding: calc(var(--spacer)*1.5) 0; }

After a quick look, it seems this issue is happening only with the 3-values synthax on shorthand properties on my CSS. One of the double value is deleted.

Thanks for your help

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