render-jsx icon indicating copy to clipboard operation
render-jsx copied to clipboard

improve DX of working with styles

Open loreanvictor opened this issue 4 years ago • 0 comments

  • units MUST always be specified, which is an inconvenience. Perhaps for a specific list of values px can be assumed as default (or other units based on the value itself)

  • camelCase resolution would improve DX a lot, as right now you would need to switch to quoted attributes

  • generally making the behavior more consistent with default preset of JSS would be a good idea due to consistency. additionally, adding plugins to JSS for adding goodies of styles (like expanded transforms and transitions) would be pretty neat.

loreanvictor avatar Dec 10 '20 10:12 loreanvictor