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

**The problem** When using the named import of `keyframes` as follows: ```js import { create, props, keyframes } from '@stylexjs/stylex'; const beat = keyframes({ '0%': { transform: 'scale(1)', }, //...

**Is your feature request related to a problem? Please describe.** The problem is the one mentioned in this issue https://github.com/facebook/stylex/issues/313, where the TypeScript `const` modifier is used (https://github.com/microsoft/TypeScript/pull/51865) which was...

documentation
good first issue

Was messing around with CSS custom properties and realized something which is impossible to do with them. The stylex API lets you describe this, but it doesn't actually work the...

bug

## What changed / motivation ? StyleX needs a bundler integration to work correctly. It also depends on Babel. However, this can be burden when trying to integrate into various...

CLA Signed

### Describe the feature request # Motivation It has often been suggested that it should be possible to define styles inline. There are many reasons why such a feature might...

enhancement

### Describe the feature request If not, I can work on this.

enhancement

### Describe the feature request After using StyleX for some time, I think it would be great to have some more accurate error messages displaying details like error line and...

enhancement

## Pre-flight checklist - [x] I have read the contributing guidelines [Contribution Guidelines](https://github.com/facebook/stylex/blob/main/.github/CONTRIBUTING.md) - [x] Performed a self-review of my code Added `text-underline-offset` as a valid CSS property.

CLA Signed

### Describe the feature request Setting up https://github.com/changesets/changesets is easy, and it would allow more frequent releases, I suppose.

Process

### Describe the issue Seeing the following error on v0.6.1. Code was previously working on `v0.6.0` and earlier versions ```sh TypeError: String.prototype.concat called on null or undefined at concat ()...

bug