Skip to content

Commit 874163c

Browse files
authored
fix
1 parent 5492a89 commit 874163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: |
2222
npm install postcss-cli @csstools/postcss-nesting-experimental @csstools/postcss-minify --save-dev
23-
npx postcss **/**/*.css --base . @csstools/postcss-nesting-experimental @csstools/postcss-minify --no-map --dir dist
23+
npx postcss **/**/**/*.css --base . @csstools/postcss-nesting-experimental @csstools/postcss-minify --no-map --dir dist
2424
shell: bash
2525
# - run: |
2626
# find . -name "*.css" -not -path "./dist/*" | while IFS= read -r file; do

0 commit comments

Comments
 (0)