@theme-ui/preset-funk
v0.17.1
Published
Theme UI includes `@theme-ui/preset-funk` which can be used as an example or starting point for extending your own themes.
Downloads
15,645
Readme
@theme-ui/preset-funk
Theme UI includes @theme-ui/preset-funk
which can be used as an example or
starting point for extending your own themes.
npm i @theme-ui/preset-funk
// example theme
import theme from '@theme-ui/preset-funk'
export default {
...theme,
styles: {
...theme,
},
}
Contributing
We'd love to have more presets added to the Theme UI project. If you'd like to add a new preset or improve upon the existing ones, please open an issue or pull request.