Uses inline-style-prefixer
library
to auto-prefix your styles on the server and browser.
Example:
nano.put('.foo', {
flex: 1
});
Result:
.foo {
-webkit-flex: 1;
flex: 1;
}
Simply install prefixer
addon.
Read more about the Addon Installation.