How to use the @theme-ui/css.get function in @theme-ui/css

To help you get started, we’ve selected a few @theme-ui/css examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github system-ui / theme-ui / packages / color-modes / src / index.js View on Github external
const applyColorMode = (theme, mode) => {
  if (!mode) return theme
  const modes = get(theme, 'colors.modes', {})
  return merge.all({}, theme, {
    colors: get(modes, mode, {}),
  })
}
github system-ui / theme-ui / packages / color-modes / src / index.js View on Github external
const applyColorMode = (theme, mode) => {
  if (!mode) return theme
  const modes = get(theme, 'colors.modes', {})
  return merge.all({}, theme, {
    colors: get(modes, mode, {}),
  })
}

@theme-ui/css

[![Minified Size on Bundlephobia](https://badgen.net/bundlephobia/minzip/@theme-ui/css)](https://bundlephobia.com/package/@theme-ui/css)

MIT
Latest version published 15 days ago

Package Health Score

95 / 100
Full package analysis

Popular @theme-ui/css functions

Similar packages