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

box-shadow - incorrect minify #41

Closed
dmunicio opened this issue Aug 2, 2016 · 1 comment
Closed

box-shadow - incorrect minify #41

dmunicio opened this issue Aug 2, 2016 · 1 comment

Comments

@dmunicio
Copy link

dmunicio commented Aug 2, 2016

This valid CSS:

p {
 box-shadow: 0 0;
}

minifies incorrectly to this invalid CSS:

p {
 box-shadow: 0;
}
@fmarcia
Copy link
Owner

fmarcia commented Aug 15, 2016

Thanks for your report.

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

2 participants