Skip to content

Commit

Permalink
feat: update build-tokens.js to include --source-tokens-only arg (#…
Browse files Browse the repository at this point in the history
…2351)

* feat: update build-tokens.js to include --source-tokens-only arg
* fix: rename paragon-theme.json to theme-urls.json
* fix: downgrade chalk to non-esm
  • Loading branch information
adamstankiewicz authored and PKulkoRaccoonGang committed Aug 5, 2024
1 parent 0cef2ae commit d708913
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 2,531 deletions.
2 changes: 1 addition & 1 deletion build-scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { pathToFileURL } = require('url');
const path = require('path');
const { program, Option } = require('commander');

const paragonThemeOutputFilename = 'paragon-theme.json';
const paragonThemeOutputFilename = 'theme-urls.json';

/**
* Updates `paragonThemeOutput` object with appropriate name and URLs.
Expand Down
Loading

0 comments on commit d708913

Please sign in to comment.