npm.io
0.17.4 • Published 6 months ago

@theme-ui/preset-deep

Licence
MIT
Version
0.17.4
Deps
0
Size
23 kB
Vulns
0
Weekly
0
Stars
5.4K

@theme-ui/preset-deep

Theme UI includes @theme-ui/preset-deep which can be used as an example or starting point for extending your own themes.

npm i @theme-ui/preset-deep
// example theme
import theme from '@theme-ui/preset-deep'

export default {
  ...theme,
  styles: {
    ...theme,
  },
}

See all built-in presets

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.