Transforms key-values into different and/or more key-values.
Generally used to apply browser prefixes.
For example, to turn border-radius: 1em/5em;
into
-moz-border-radius: 1em/5em;
-webkit-border-radius: 1em/5em;
border-radius: 1em/5em;
- Companion
- object
class Object
trait Matchable
class Any