0.1.1 • Published 4 years ago
@hanihusam/han-core v0.1.1
@hanihusam/han-core
Core theme variables for the Han UI Design System.
Installation
yarn add @hanihusam/han-coreUsage
Use this package for if you only want to grab the style tokens from Chungking.
const { colors } = require('@hanihusam/han-core')
const css = `
  .root {
    background-color: ${colors.black};
  }
`0.1.1
4 years ago