We released v0.17 a week ago and 0.17.1 with many fixes over the weekend.
With the ongoing NPM issues, Our website isn’t updated but there are some notable features, improvements and fixes.
The new unplugin package supports a variety of well known bundlers and we have expanded the examples in our repo to specifically test various Vite-based setups.
This new plugin should be easier to setup, faster and more reliable than the PostCSS plugin.
Feedback welcome!
Note: Next.js is not yet supported with the unplugin package as it uses a complex webpack setup and Turbopack doesn’t support plugins yet. Keep using the PostCSS plugin with it.
We look forward to having a first class integration with Next once Turbopack ships their plugin API.
🚀 StyleX: Open Source Styling Library for CSS at Scale!
StyleX is the styling system that combines the best of CSS-in-JS ergonomics with the performance of static CSS—making styling expressive, type-safe, and lightning fast.
👉 Link: engineering.fb.com/2025/11/1…#OpenSource#CSS
Implemented atomic CSS when extracting in styled-ppx
bundle-size for atomic CSS vs not atomic CSS for a 200 pages site is insane
Each page increases the bundle for all page's styles (all classnames must be pushed). In atomic, the increase is just "the new properties" (if any)
Over the last few months we found out that Figma and Snowflake had quietly started using StyleX with little fanfare.
Are there other companies out there using StyleX we don’t know about?
Over the last few months we found out that Figma and Snowflake had quietly started using StyleX with little fanfare.
Are there other companies out there using StyleX we don’t know about?
אחלה דבר
לאתרי ריאקט vite
במקום עיצוב עם
Scss modules
עם משתנים
זה גם עדיף על
Vanilla extract
ב StyleX
stylexjs.com/
משתמשים במטא
לעיצוב של
פייסבוק, אינסטגרם , וואטצאפ ווב
Happy new year!
StyleX v0.10.0 is now out. This is a consequential release as it comes with out PostCSS plugin, making integrating StyleX into your Next or Vite app dramatically easier.
… and other small bug fixes and improvements.
There are other, less splashy but important improvements.
Read all about the release in our release notes:
stylexjs.com/blog/v0.10.0/