stylex icon indicating copy to clipboard operation
stylex copied to clipboard

Eslint plugin doesn't recognize vendor prefixed property `-webkit-backdrop-filter`

Open QingqiShi opened this issue 5 months ago • 2 comments

Describe the issue

WebkitBackdropFilter is not recognized by the eslint plugin.

image

Expected behavior

WebkitBackdropFilter should be supported just like the other vendor prefixed properties such as WebkitBackdropAppearance

Steps to reproduce

Using @stylexjs/[email protected].

Test case

import stylex from'stylex';
export styles = stylex.create({
  root: {
    WebkitBackdropFilter: 'blur(10px)',
  }
});

Additional comments

No response

QingqiShi avatar Jan 27 '24 18:01 QingqiShi