From af960463d50b05791b8c7816aeb5f2ca97784e73 Mon Sep 17 00:00:00 2001 From: ChristianBusshoff Date: Thu, 14 Nov 2024 14:05:40 +0100 Subject: [PATCH] add: digits-themes && delete twogo-theme --- .github/workflows/import-figma.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import-figma.yml b/.github/workflows/import-figma.yml index 98b38f82be..e365ba2ade 100644 --- a/.github/workflows/import-figma.yml +++ b/.github/workflows/import-figma.yml @@ -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