-
Notifications
You must be signed in to change notification settings - Fork 372
[feat] StyleX Dev Tools Extension #1401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
workflow: benchmarks/perfComparison of performance test results, measured in operations per second. Larger is better.
|
workflow: benchmarks/sizeComparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better.
|
|
I'm curious how resource-matching works when things are bundled in dev mode like in webpack/rspack. In my experimentation I found that |
What changed / motivation ?
A work-in-progress implementation of a devtools extension for StyleX and atomic styles in general.
Features:
data-style-srcto list the sources of styles in ordersourcestab.Additional Context
Current Status:
(hovering on a property shows the computed style)
Pre-flight checklist
Contribution Guidelines