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 property disappear after cssmin #355

Closed
g8up opened this issue Sep 3, 2014 · 1 comment
Closed

Css property disappear after cssmin #355

g8up opened this issue Sep 3, 2014 · 1 comment

Comments

@g8up
Copy link

g8up commented Sep 3, 2014

Css property display: -webkit-box; disappear after cssmin.

Before:

#footer {
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-box-align: center;
}

After:

#footer{-webkit-box-align:center;display:-ms-flexbox;-ms-box-align:center}

Version Info:
{ "name": "grunt-contrib-cssmin", "description": "Compress CSS files.", "version": "0.10.0", ... }

@jakubpawlowicz
Copy link
Collaborator

Before 2.4 please use #349.

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