Skip to content

Commit

Permalink
add: digits-themes && delete twogo-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBusshoff committed Nov 14, 2024
1 parent 961e3f2 commit af96046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import-figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: 🎨 Import additional onyx themes
run: |
pnpm run @sit-onyx/figma-utils import-variables -k "${{ vars.FIGMA_FILE_KEY }}" -t "${{ secrets.FIGMA_TOKEN }}" -d "../sit-onyx/src/styles/variables/themes" -m lidl-light lidl-dark kaufland-light kaufland-dark twogo-light twogo-dark -f CSS -s ":where(:root), .onyx-theme-{mode}"
pnpm run @sit-onyx/figma-utils import-variables -k "${{ vars.FIGMA_FILE_KEY }}" -t "${{ secrets.FIGMA_TOKEN }}" -d "../sit-onyx/src/styles/variables/themes" -m lidl-light lidl-dark kaufland-light kaufland-dark digits-light digits-dark -f CSS -s ":where(:root), .onyx-theme-{mode}"
working-directory: packages/figma-utils

- name: 🛠️ Import spacing variables
Expand Down

0 comments on commit af96046

Please sign in to comment.