Olivier Pascal

Results 26 comments of Olivier Pascal

Here it is: https://codepen.io/opascal/pen/MWRwNpb CSS, switch lines 36 and 37, you will see that `flex-basis: 0%` differs from `flex-basis: 0px`.

Hello, any idea about when will be the next release? :)

I really don't know if this is a bug or a feature, and if if this is the right way to fix it, but nextjs `transpilePackages` option does not parse...

Sorry to reopen this @nmn but it seems not to be resolved. ```tsx // vars.stylex.ts import stylex from '@stylexjs/stylex'; export const vars = stylex.defineVars({ color: 'blue', }); ``` ```tsx //...