@taylorpreston I actually went through a thought evolution like this, but where I ended up is not as generalizable as you're imagining. Instead, if I find myself repeating the same properties over ...
I see. Thanks for clarifying. Would it work to use className="w-[60px] h-[60px]"? I see for example in the code `<X className="text-destructive" width={100} height={100} />` so it's probably just a...
OK. But in RN would you typically use a stylesheet instead? Like:
```tsx
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
icon: {
width: 64,
height:...
It looks like the babel plugin supprts `styleResolution` https://stylexjs.com/docs/api/configuration/babel-plugin/#styleresolution which may fix an issue I'm experiencing (related to https://github...
Follow up:[ It doesn't look like the Vite plugin I'm using `vite-plugin-stylex` touches `styleResolution`](https://github.com/HorusGoul/vite-plugin-stylex/blob/main/packages/vite-plugin-stylex/src/...
It looks like the babel plugin supprts `styleResolution` https://stylexjs.com/docs/api/configuration/babel-plugin/#styleresolution which may fix an issue I'm experiencing (related to https://github...
### Describe the issue
_Related to https://github.com/facebook/stylex/issues/752._
This was very confusing for me to discover. I believe StyleX has a bug when replacing logical properties.
S...
> @zaydek This needs to be done on the StyleX side and we already have an issue to do it. It's not a big task, so unless we get a contribution, I'll address this soon.
Thanks much appreciated! W...
This may be an issue with StyleX but is it possible so that the CSS variables defined when using are somehow preserved, even if they are hashed?
For example:
```ts
import * as stylex from "@...
If anyone's struggling with this, I threw this together based on a comment in this issue and another (which are in the code file). This uses the slog logger interface.
https://gist.github.com/za...