stylex icon indicating copy to clipboard operation
stylex copied to clipboard

StyleX is the styling system for ambitious user interfaces.

Results 79 stylex issues
Sort by recently updated
recently updated
newest added

### Describe the issue According to the @stylexjs/eslint-plugin valid styles rules, I cannot nest more than 1 level deep. Inside '::webkite-scrollbar-thumb', however the styles are applied and everything works. Is...

bug

### Describe the issue If you have a vanilla nextjs app setup WITHOUT `import './anything.css'` then the stylex CSS will not be created (tho the className strings will). As soon...

bug

### Description How can i reference static assets within stylex definitions? ### Example I apologize if I overlooked this in the docs, but I didn't seem to find anything regarding...

## What changed / motivation ? I had came to a need of stylex rollup-plugin in the cjs flavor. See this issue for relevant context. https://github.com/facebook/stylex/issues/451 So I added it....

CLA Signed

### Describe the feature request # Disclaimer This proposal is not "ready" or "approved". This proposal is being shared publicly to help consolidate all discussions about adding such a feature....

enhancement

### Describe the issue `flexBasis: '0%'` is compiled to `flex-basis: 0px`, which is not equivalent ### Expected behavior `flexBasis: '0%'` to be compiled to `flex-basis: 0%` ### Steps to reproduce...

bug

### Describe the issue There seems to be a bug related to `gridColumn` specifically when defining `` values when mixing `` and `span` values for different media conditions, instead of...

bug

### Describe the feature request A function type option for the Babel plugin where the debug class names (using `dev: true` option) can be transformed. The bold text that is...

enhancement

### Describe the feature request https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark We should look into how far we can polyfill this feature to help with simplifying how themes are defined without having to use media...

enhancement

Resolving #297 ## Idea The idea is that the Babel plugin should be able to generate import statements that import CSS as data URLs. After this, bundlers should be able...

CLA Signed