@theme-ui/preset-tailwind
v0.17.1
Published
Theme UI includes `@theme-ui/preset-tailwind` which can be used as an example or starting point for extending your own themes.
Downloads
16,586
Readme
@theme-ui/preset-tailwind
Theme UI includes @theme-ui/preset-tailwind
which can be used as an example or
starting point for extending your own themes.
npm i @theme-ui/preset-tailwind
// example theme
import theme from '@theme-ui/preset-tailwind'
export default {
...theme,
// You can extend the default theme like:
// styles: {
// ...theme.styles,
//}
}
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.