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: ``` css 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. ## <bountysource-plugin> There is a **[$35 open bounty](https://www.bountysource.com/issues/1374627-all-non-webkit-prefixed-properties-and-values-are-discarded-35?utm_campaign=plugin&utm_content=tracker%2F219945&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F219945&utm_medium=issues&utm_source=github). </bountysource-plugin>