ant-design / static-style-extract

MIT License
23 stars 5 forks source link

The full export isn't working as expected #12

Open monolithed opened 9 months ago

monolithed commented 9 months ago

The full export isn't working as expected, because selectors like :where(.css-190m0jy) are not applied without @ant-design/cssinjs. Why is it important? I can use @ant-design/cssinjs, but the initial server request time for each user will be approximately 2.7-3 seconds. This is unacceptable for modern applications. It's needed a way to include styles without specifying pseudo-classes to include styles using the link element.