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 wrong minification #297

Closed
Deadarius opened this issue Jun 15, 2014 · 5 comments
Closed

Box-Shadow wrong minification #297

Deadarius opened this issue Jun 15, 2014 · 5 comments

Comments

@Deadarius
Copy link

The rule:
box-shadow: 0 0 0 15px #EBEBEB;

Is being minified into:
box-shadow: 0 15px #EBEBEB;

Which is rendered differently.

@Schepp
Copy link

Schepp commented Jun 16, 2014

Noticed that today, too.

Not good, because I use box-shadows with only the spread value set to create extra CSS border layers.

@Schepp
Copy link

Schepp commented Jun 16, 2014

Quick fix: box-shadow: 0.01px 0.01px 0.01px 15px #EBEBEB;

@outaTiME
Copy link

👍

@ruanmer
Copy link

ruanmer commented Jun 18, 2014

Same here.. I had to downgrade to 2.1.0 =/

*using grunt-contrib-cssmin.

@GoalSmashers
Copy link
Contributor

It's fixed in 2.2.2!

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

5 participants