Closed danfooo closed 6 years ago
Without this change, the following block breaks:
.foo { background: url('foo'); -webkit-background-clip: text; }
PostCSS-RTL breaks the background part out to be prefixed, but not the -webkit-background-clip part. The shorthand will therefor unexpectedly override -webkit-background-clip.
background
-webkit-background-clip
Thanks! Released in v1.3.1
v1.3.1
Without this change, the following block breaks:
PostCSS-RTL breaks the
background
part out to be prefixed, but not the-webkit-background-clip
part. The shorthand will therefor unexpectedly override-webkit-background-clip
.