cssinjs
cssinjs copied to clipboard
feat: extract style node to support Next.js _document.tsx render style tags
Next.js ssr分离style时不允许直接使用extractStyle中提供的string类型的styles, 需要以react elements的形式定义。目前存在的都是hack写法:例如https://github.com/ant-design/ant-design/issues/38767#issuecomment-1350362026
rel: https://github.com/ant-design/ant-design/issues/39891 、https://github.com/ant-design/ant-design/issues/39885
在Next.js中可以这么使用
