stylex-extend
stylex-extend copied to clipboard
An unofficial stylexjs extension
I'm trying to do something like the following: ```tsx function Foo({ foo }: { foo: any }) { return ( helloasdasdasd ); } export function App() { return ( hello...
Is there any eslint support, or planned?
# Background According [RFC](https://github.com/facebook/stylex/issues/536) i hope we can implement this feature to verify some things. I don't want using string literal to define those selector. Declarative API is easier to...
At [0.13.0](https://stylexjs.com/blog/v0.13.0/#breaking-changes), stylex removed the `attrs()` API. Maybe `stylex-extend` can add it back?