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

Can we have an RSPack plugin?

enhancement
good first issue
help wanted

Addresses issue #83 Adds a _StyleX_ plugin for _esbuild_ bundler. There are some caveats with how the _esbuild_ plugin API works, and it seems that the consumer will have to...

enhancement
CLA Signed

## What changed / motivation ? Handle absolute paths for custom inject source checks for absolute and relative path ## Linked PR/Issues Fixes #211 ## Additional Context i will move...

CLA Signed

# A relatively easy task to get started For anyone looking to make a contribution to the core Babel plugin, this is a small self-contained task. ## Background By default,...

enhancement
good first issue

## What changed / motivation ? Adds "types" to all of the packages' package.json (if the build output includes a type declaration) ## Linked PR/Issues #46 ## Additional Context [TS...

question
CLA Signed

The PR is for implement a vite plugin. #47 Currently, @HorusGoul has already implemented it. But it can't cover many sences. like `css process by vite`, #44 and etc. CheckList...

CLA Signed

**The problem** ```shell 4:18:25 PM [vite] Error when evaluating SSR module /@fs/Users/himself65/Code/waku/node_modules/.pnpm/@[email protected]/node_modules/@stylexjs/stylex/lib/stylex.js: |- ReferenceError: exports is not defined at eval (/Users/himself65/Code/waku/node_modules/.pnpm/@[email protected]/node_modules/@stylexjs/stylex/lib/stylex.js:5:23) at instantiateModule (file:///Users/himself65/Code/waku/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite/dist/node/chunks/dep-Pluk1iaB.js:50504:15) 4:18:25 PM [vite] Error when evaluating...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** In debug mode, vars should be more explicit. **Describe a solution you'd like** Instead of: ```css :root { --x3dc7yf: #000;...

enhancement

**The problem** In Next.js, if you don't import any .css file, the styles generated by stylex will not be added to the stylesheet. **How to reproduce** Steps to reproduce: 1....

good first issue
help wanted

**Is your feature request related to a problem? Please describe.** I use esbuild to build my web apps, and need stylex to generate the css for me. **Describe a solution...

enhancement
good first issue
help wanted