We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b160e0 commit fe542d0Copy full SHA for fe542d0
README.md
@@ -32,6 +32,7 @@ yarn dev
32
- ✅ full CSS support apparently
33
- ✅ styles on element/tags like `button` are automatically scoped (unique class names are added)
34
- ✅ can get generated `className`, or `styles` object (but it contains an entire React component, with all the static & dynamic styles)
35
+- ✅ page styles are more convenient, because they can be colocated within the Page component
36
- 🟠 requires manual optimisations
37
- need to [split static & dynamic styles](https://github.com/vercel/styled-jsx#dynamic-styles), otherwise it will render duplicate output
38
0 commit comments