Skip to content

All non-webkit prefixed properties and values are discarded. [$35] #52

@knpwrs

Description

@knpwrs

Example: http://www.csstrashman.com/styles/38305

All values which webkit considers invalid (anything prefixed with another vendor's prefix) is discarded.

The following two rules of are examples of this:

display: -ms-flexbox;
-ms-flex: 1 1 auto

A possible solution (albeit messy and not that great in general) would be to run the resulting CSS through a prefixer.

There is a $35 open bounty on this issue. Add to the bounty at Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions