sablono icon indicating copy to clipboard operation
sablono copied to clipboard

Support for CSS Custom Properties in the :style property

Open stanislas opened this issue 4 years ago • 1 comments

React supports CSS Custom Properties in the style attribute https://github.com/facebook/react/issues/6411

CSS custom properties are represented by names starting with '--' https://developer.mozilla.org/en-US/docs/Web/CSS/--*

The code in the PR modifies the camel case transformation so that CSS custom property names are not transformed.

stanislas avatar Aug 04 '20 21:08 stanislas

(the benchmark job fails because it cannot upload benchmark results)

stanislas avatar Aug 05 '20 05:08 stanislas