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

> logical properties like inlineSize and blockSize to width and height in the final bundled CSS file ### Discussed in https://github.com/facebook/stylex/discussions/510 Originally posted by **mobalti** March 29, 2024 I noticed...

### Describe the feature request I have a specific approach where all my buttons should follow the same aspect while with `disabled` attribute. In that case, we should need to...

enhancement

## What changed / motivation ? NextJS changed their configuration file to ESM, so a different file was needed. And the other changes were required to make it work. The...

CLA Signed

### Describe the issue The code below is the entire entry file, but the output is 1.6MB. All of react-icons is being included in the output, even though no icon...

bug

**The problem** ``` Computed key cannot be resolved.eslint(@stylexjs/valid-styles) ``` **How to reproduce** ```tsx // bug.stylex.ts import * as stylex from '@stylexjs/stylex'; const vars = { color: 'red', }; export const...

bug
good first issue

### Describe the issue I defined a set of variables via stylex ![image](https://github.com/facebook/stylex/assets/68894989/810882a5-a8e3-4e76-aca5-a122c2b32d44) Then I build via rollup, below is my configuration ![image](https://github.com/facebook/stylex/assets/68894989/c0947794-9e0c-4377-9a78-5fce9434053e) dev scripts: ![image](https://github.com/facebook/stylex/assets/68894989/e49f9da5-fb77-4227-9720-8a152810960b) When in rollup development...

bug

### Describe the feature request StyleX (all of the packages, including plugins) is written and build as ES Module. So it can be easily imported to any ESM compatible project....

enhancement

### Describe the issue I have been playing around with Stylex lately and I absolutely love it. I am already re-writing our design system based on this technology. So first...

bug

### Describe the feature request This could be implemented as an option of `stylexBabelPlugin.processStylexRules`. See also: https://www.npmjs.com/package/postcss-sort-media-queries

enhancement

### Describe the issue Mine is Nextjs project V14.0.1 with StyleX V0.5.1> I compiled the nextjs project and run the preview build. It was fine for the first time. Then...

bug