JSPM

  • Created
  • Published
  • Downloads 2130
  • Score
    100M100P100Q115795F
  • License MIT

Schemas and tools for managing design tokens

Package Exports

  • @cobalt-ui/core
  • @cobalt-ui/core/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cobalt-ui/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

💎 Cobalt UI

Schemas and tools for managing design tokens

Getting Started

npm install @cobalt-ui/cli

Create a tokens.yaml file with your tokens (docs)

Add to package.json:

"scripts": {
  "tokens:build": "cobalt build",
  "tokens:validate": "cobalt validate tokens.yaml"
}

Building

npm run tokens:build

Validating

npm run tokens:validate