Skip to content

Commit

Permalink
Merge pull request #609 from pixiv/mimo/update-variable-collection-name
Browse files Browse the repository at this point in the history
feat(token-cli-workflow): update variable collection name
  • Loading branch information
mimokmt authored Jul 26, 2024
2 parents cda1a65 + 286ceba commit dd8f8de
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 1,343 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Transform applied token
run: |
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-light.json --variable-collection-names Color Space "Border radius" --mode-name "pixiv/light"
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-dark.json --variable-collection-names Color Space "Border radius" --mode-name "pixiv/dark"
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-light.json --variable-collection-names color space radius --mode-name "pixiv/light"
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-dark.json --variable-collection-names color space radius --mode-name "pixiv/dark"
- name: Generate CSS variables
run: |
Expand Down
Loading

0 comments on commit dd8f8de

Please sign in to comment.