Skip to content

Commit

Permalink
remove Value.css from dark import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBusshoff committed Nov 20, 2024
1 parent ee68a10 commit 117a3a2
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 @@ -31,7 +31,7 @@ jobs:
working-directory: packages/figma-utils
- name: 🎨 Import onyx dark variables
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 Value onyx-dark -f CSS -s ":where(.dark), .onyx-theme-default-dark"
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 onyx-dark -f CSS -s ":where(.dark), .onyx-theme-default-dark"
working-directory: packages/figma-utils

- name: 🎨 Import additional onyx light-themes
Expand Down

0 comments on commit 117a3a2

Please sign in to comment.