prefixer Addon
March 22, 2018 ยท View on GitHub
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;
}
Installation
Simply install prefixer addon.
Read more about the Addon Installation.