From f19d2219000599db71920620d9ec488518231cbb Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sun, 10 Nov 2024 13:21:51 +0200 Subject: [PATCH] Add missing package postcss-safe-parser@^6.0.0 --- .github/workflows/styles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 10c3cb9..b3ce361 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -34,7 +34,8 @@ jobs: @ronilaukkarinen/stylelint-declaration-strict-value@^1.9.2 \ @ronilaukkarinen/stylelint-value-no-unknown-custom-properties@^4.0.1 \ postcss@8.4.21 \ - postcss-cli@^10.1.0 + postcss-cli@^10.1.0 \ + postcss-safe-parser@^6.0.0 - name: Run stylelint run: |