vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity
MIT License
172 stars 33 forks source link

Add `-webkit-` prefixed properties to affected-props #35

Closed danfooo closed 6 years ago

danfooo commented 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.

vkalinichev commented 6 years ago

Thanks! Released in v1.3.1