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

box-shadow optimized into invalid CSS #112

Closed
mike-spainhower opened this issue Jun 10, 2013 · 5 comments
Closed

box-shadow optimized into invalid CSS #112

mike-spainhower opened this issue Jun 10, 2013 · 5 comments

Comments

@mike-spainhower
Copy link

I am using clean-css through grunt-contrib-cssmin and notice that it mutates

box-shadow: 0 0 0 0;

which is valid, into

box-shadow: 0;

which is not valid (box-shadow requires a min of 2 parameters)

@GoalSmashers
Copy link
Contributor

@mike-spainhower of course you meant box-shadow:0 0 0 0;, right?

@mike-spainhower
Copy link
Author

hah, yes :-)

@GoalSmashers
Copy link
Contributor

Ok, so I'm afraid you are right. Fix is coming!

@GoalSmashers
Copy link
Contributor

Please find clean-css 1.0.8 in npm repo. Thanks for reporting!

@mike-spainhower
Copy link
Author

👍 Thanks for a quick fix!

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