2 transform+: rotate(90deg), skew(30deg);
5 transform+: scale(2,4);
8 transform: scaleX(45deg);
11 transform+: scaleX(45deg);
14 transform+: scale(2,4) !important;
17 background+: url(data://img1.png);
19 .second-background() {
20 background+: url(data://img2.png);
29 // Wont merge values without +: merge directive, for backwards compatibility with css
34 // Wont merge values from two sources with different properties
39 // Wont merge values from sources that merked as !important, for backwards compatibility with css
44 // Wont merge values from mixins that merked as !important, for backwards compatibility with css
46 .second-transform() !important;
49 // Ignores !merge if no peers found