Youssouf Oumar

Results 4 comments of Youssouf Oumar

Hi @mnebuerquo ! Can you make it a minimal reporductible example, with the the help of a [CodeSandbox](https://codesandbox.io/s/new), for example?

The ESLint rule seems to already support any string as we have: [`const color = makeUnionRule(isString, isNamedColor, isHexColor)`](https://github.com/facebook/stylex/blob/main/packages/eslint-plugin/src/stylex-valid-styles.js#L151). Plus, I'm not getting any error with the given example with the...

Sorry, in a hurry I misunderstood I guess. Thanks @nedjulius!

So should we wait for the parser before working on this issue @nmn? As a matter of fact, I started looking at it, implemented already a validation for `rgb`, `rgba`,...