@semicolondsm/design-token
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

@semicolondsm/design-token

Install

yarn add @semicolondsm/design-token

Usage

import { colors } from "@semicolondsm/design-token";
import { colors } from "@semicolondsm/design-token";

// WebView에서 사용되는 scheme 입니다.
// 반드시 css서버에서의 link가 필요합니다.
colors.auto.scheme;

// 라이트
colors.light.scheme;

// 다크
colors.dark.scheme;
<link rel="stylesheet" href="https://style.xquare.app/styles.css" />

Link가 되면 CSS 에서 color: var(--blue400) 처럼 쓸 수 있습니다.

Readme

Keywords

none

Package Sidebar

Install

npm i @semicolondsm/design-token

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

22.3 kB

Total Files

9

Last publish

Collaborators

  • teamxquare
  • eungyeole