Skip to content

Commit 19b6b70

Browse files
authored
Merge pull request #22 from now-u/reset-sequences-command
Upgrade unfold and tailwind
2 parents 846a493 + 58868cc commit 19b6b70

File tree

5 files changed

+1001
-3
lines changed

5 files changed

+1001
-3
lines changed

causes_service/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build:
1212
make generate_app_links_client
1313

1414
styles-watch:
15-
npx --yes tailwindcss -o static/css/ts-styles.css --watch --minify
15+
npx --yes @tailwindcss/cli -i styles.css -o static/css/ts-styles.css --watch --minify
1616

1717
styles-build:
18-
npx --yes tailwindcss -o static/css/ts-styles.css --minify
18+
npx --yes @tailwindcss/cli -i styles.css -o static/css/ts-styles.css --minify
1919

2020
test: ## Run component tests
2121
pytest

0 commit comments

Comments
 (0)