stylex icon indicating copy to clipboard operation
stylex copied to clipboard

flexBasis: '0%' is compiled to flex-basis: 0px, which is not the same

Open olivierpascal opened this issue 3 months ago • 7 comments

Describe the issue

flexBasis: '0%' is compiled to flex-basis: 0px, which is not equivalent

Expected behavior

flexBasis: '0%' to be compiled to flex-basis: 0%

Steps to reproduce

const stylex.create({
  container: {
    flexBasis: '0%',
  },
});

Test case

No response

Additional comments

No response

olivierpascal avatar Mar 04 '24 21:03 olivierpascal