🚀 feat: export staticStylesCache for build tooling & SSR extraction (#215)
导出 createStaticStylesFactory 默认实例使用的 emotion cache。 未显式传入 cache 的工厂实例,其样式记录在该 cache 中,而非全局 CacheManager —— 此前对外完全不可达,构建工具(静态编译插件)与 SSR 样式抽取都无法收集这部分样式。
附带修复:antd ^6.0.0 漂移到 6.5 新增 xxxl 断点,useResponsive 的 inline snapshot 过期(仓库无 lockfile,master 全新安装即失败)。
Co-authored-by: Claude Fable 5 noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
antd-style
Introduction
A business-level
css-in-jssolution built on the Ant Design V5 Token System. It is based on emotion at the bottom.Quick Start
Installation
It is recommended to install using
pnpmTypical Use Cases
Create Styles
CHANGELOG
Details: CHANGELOG
License
MIT