0.0.5 • Published 6 years ago

@scbd/ecosystem-style v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

scbd/ecosystem

Design tokens from @houlagins/design-system.

Setup

  • Add scbd/ecosystem dependency using yarn or npm to your project
  yarn add scbd/ecosystem
  npm install scbd/ecosystem

Usage

SCSS

  @import path-to-file/index.scss;

CSS

  @import url(path-to-file/index.css);