JSPM

@theme-ui/preset-tosh

1.0.0--canary.1721.d10fcf34ecc89f0898c55c6669ea69896e9f0b5d.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3082
  • Score
    100M100P100Q161185F
  • License MIT

Package Exports

  • @theme-ui/preset-tosh

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@theme-ui/preset-tosh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@theme-ui/preset-tosh

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

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

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.