Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Incorrect minification for text-shadow #69

Open
KenAlin opened this issue Feb 18, 2019 · 0 comments
Open

Incorrect minification for text-shadow #69

KenAlin opened this issue Feb 18, 2019 · 0 comments

Comments

@KenAlin
Copy link

KenAlin commented Feb 18, 2019

Hi,

I believe minification for text-shadow may be incorrect in some cases.

$ echo 'p{text-shadow:0 0 0;}' | uglifycss
p{text-shadow:0}

In that case, it should be text-shadow:0 0. According to this page, h-shadow and v-shadow are required values.

Regards.

flibbles added a commit to flibbles/UglifyCSS that referenced this issue Nov 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant