We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eee78 commit 69730d3Copy full SHA for 69730d3
1 file changed
.github/workflows/pages.yml
@@ -79,9 +79,6 @@ jobs:
79
run: ls -lh target/wasm32-unknown-unknown/release/compiler_lib.wasm
80
working-directory: compiler
81
82
- - name: Build Tailwind CSS
83
- run: npx tailwindcss@3 --input /dev/null --content "demo/index.html,demo/main.js" --output demo/tailwind.css --minify
84
-
85
- name: Build Tailwind CSS
86
run: |
87
echo "@tailwind base; @tailwind components; @tailwind utilities;" > /tmp/tw-input.css
0 commit comments