Skip to content

Commit

Permalink
Merge pull request #627 from pixiv/fix/token-cli
Browse files Browse the repository at this point in the history
feat(token-cli): add new category token
  • Loading branch information
mimokmt authored Oct 10, 2024
2 parents 2c3c8cc + 4b9dc4d commit 053b76c
Showing 1 changed file with 2 additions and 2 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 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"
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-light.json --variable-collection-names color space radius text border-width paragraph-width --mode-name "pixiv/light"
yarn token-cli transform --source ./out/raw_applieds.json --output ./tokens/pixiv-dark.json --variable-collection-names color space radius text border-width paragraph-width --mode-name "pixiv/dark"
- name: Generate CSS variables
run: |
Expand Down

0 comments on commit 053b76c

Please sign in to comment.