freenowtech / freenowtech/wave
Export color variables as css string for SSR
Open
- Dominant language
- TypeScript
- Stars
- 67
- Forks
- 31
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
At the moment, we expose `ClassicColors` and `ModernColors` as styled-components which makes it impossible to inline semantic CSS variables to the `head` on the server side.
We should also expose a plain css string with declarations to enable Next.js and other frameworks to inject them efficiently.
Contributor guide
Assessment
This issue has not been assessed yet.