feat: add emotion ssr in nextjs

This commit is contained in:
QiShaoXuan
2022-09-28 17:17:00 +08:00
parent dec69d4f44
commit 0662b5f7a7
3 changed files with 172 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"lit": "^2.3.1",
"next": "12.3.1",