1.8.1 • Published 4 years ago

@hostgator/design-system-tokens v1.8.1

Weekly downloads
21
License
ISC
Repository
-
Last release
4 years ago

@hostgator/design-system-tokens

Importable Design System token values from Figma to Sass, JavaScript, Less and JSON.

Usage

Note: this repo requires access to the Endurance Artifactory registry.

Install with yarn:

yarn add @hostgator/design-system-tokens

Install with npm:

npm install @hostgator/design-system-tokens

Import into Sass:

@import '~@hostgator/design-system-tokens';

$gray-50: $color-gray-50 !default;

Building

Before building, rename the .env-template to .env and fill in the missing variable information.

From the command line in the project directory, run:

$ yarn workspace @hostgator/design-system-tokens build
# building design tokens from figma into scss, js, json...

Next Steps

  • CI/CD Pipeline performs build and publish
  • CI/CD Pipeline detects new version changes and automatically builds and deploys new versions

Contributing

Send a PR!

1.8.1

4 years ago

1.8.0

4 years ago

1.7.5

5 years ago