2.5.5-beta • Published 11 months ago

@musedesignsystem/tokens v2.5.5-beta

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
11 months ago

Muse Design System Tokens

@musedesignsystem/tokens

First important steps!

You'll need to create a .npmrc file to point to the registry where our package is contained.

That file should contain:

@musedesignsystem:registry=https://npm.pkg.github.com

This file can live in your user root, or the root of the project.

Install

npm install @musedesignsystem/tokens
yarn add @musedesignsystem/tokens

Usage

CSS

@import '@musedesignsystem/tokens/dist/tokens.css';

SCSS

@import '@musedesignsystem/tokens/dist/tokens.scss';

JS

@import '@musedesignsystem/tokens';
2.5.5-beta

11 months ago

2.5.3-beta

2 years ago