Skip to content

Custom SCSS Exporter based on new Supernova Exporter Format

Notifications You must be signed in to change notification settings

StillXP/cbssports-scss-exporter

 
 

Repository files navigation

CBS Sports: SCSS Variable Exporter for Supernova

This exporter will generate SCSS tokens from the design data stored in Supernova

Example Output:

$light-surface-primary: #fff;
$light-elevation-modal: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
$spacing-100: 16px;
$font-family-standard: 'FS Industrie', 'FSIndustrie-Bold', Helvetica, Arial, sans-serif;

About

Custom SCSS Exporter based on new Supernova Exporter Format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.2%
  • JavaScript 11.8%