Détail du package

@theme-ui/typography

system-ui20.9kMIT0.17.2

Utilities for integrating Typography.js themes with Theme UI

typography, css

readme

@theme-ui/typography

Utilities for integrating Typography.js themes with Theme UI

import { ThemeUIProvider } from 'theme-ui'
import { toTheme } from '@theme-ui/typography'
import wordpress2016 from 'typography-theme-wordpress-2016'

const theme = toTheme(wordpress2016)

export default (props) => (
  <ThemeUIProvider theme={theme}>{props.children}</ThemeUIProvider>
)

changelog

v0.12.0 (Thu Oct 28 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, William Pei (@draekien), for all your work!

🚀 Enhancement

🐛 Bug Fix

  • Merge remote-tracking branch 'upstream/develop' into fix/color-scheme-media-query-api-update #981 (@draekien)

Authors: 6


v0.10.0 (Sat Jun 19 2021)

🏠 Internal

Authors: 2


v0.8.3 (Wed May 05 2021)

⚠️ Pushed to stable

  • Merge branch 'stable' into develop (@hasparus)

Authors: 1


v0.8.0 (Wed May 05 2021)

🐛 Bug Fix

⚠️ Pushed to stable

  • Merge branch 'stable' into develop (@hasparus)

Authors: 3


v0.7.5 (Wed Apr 28 2021)

⚠️ Pushed to stable

  • Merge branch 'develop' into stable (@hasparus)

Authors: 1


v0.7.0 (Thu Apr 15 2021)

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to stable

  • Merge branch 'develop' into stable (@hasparus)

Authors: 2