facebook / stylex

StyleX is the styling system for ambitious user interfaces.
https://stylexjs.com
MIT License
8.21k stars 304 forks source link

Remove non-standard CSS properties from types #604

Closed necolas closed 5 days ago

necolas commented 2 weeks ago

Describe the issue

StyleXCSSTypes contains non-standard CSS property types, for example:

  borderStart?: all | border,
  borderStartColor?: all | borderLeftColor,
  borderStartStyle?: all | borderLeftStyle,
  borderStartWidth?: all | borderLeftWidth,

Expected behavior

No non-standard CSS logical properties.

Steps to reproduce

.

Test case

.

Additional comments

.