0.1.1 • Published 1 year ago

@resir014/chungking-core v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@resir014/chungking-core

Core theme variables for the Chungking Design System.

Installation

yarn add @resir014/chungking-core

Usage

Use this package for if you only want to grab the style tokens from Chungking.

const { colors } = require('@resir014/chungking-core')

const css = `
  .root {
    background-color: ${colors.black};
  }
`