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

"display: -webkit-flex" gets stripped out from Pure CSS #318

Closed
kislakiruben opened this issue Jul 14, 2014 · 1 comment
Closed

"display: -webkit-flex" gets stripped out from Pure CSS #318

kislakiruben opened this issue Jul 14, 2014 · 1 comment

Comments

@kislakiruben
Copy link

I'm using the grids from the Pure CSS framework.
Every time I run clean-css, 'display: -webkit-flex' gets stripped out.

Input:

.pure-g {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-flex; /* this gets removed */
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

Output:

.pure-g{letter-spacing:-.31em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap}
@GoalSmashers
Copy link
Contributor

Please use --skip-aggresive-merging switch until 2.4 when we'll have #290 ready.

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