-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme setup #44
Comments
How do we create a theme?
|
https://chakra-ui.com/theme is also a good example. Many parts are similarly.
I like it more to write sizes and spaces like this:
|
theme structure like in theme-ui (https://theme-ui.com/theming):
|
I would like to (re-)add this to the next iteration. Should we just start out by using |
As a work item, maybe wen can have some typings that reflect existing variants? type BaseTheme = {
text: {
body: {},
headline: {}
[key: string]: {}
}
} Not sure if this will give good autocomplete though, since a Theme could add variants. |
No description provided.
The text was updated successfully, but these errors were encountered: