stylex-extend icon indicating copy to clipboard operation
stylex-extend copied to clipboard

An unofficial stylexjs extension

Results 4 stylex-extend issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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?