Skip to content

Commit

Permalink
fix: use correct tailwind version
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Oct 30, 2024
1 parent 9c7ab80 commit b11a100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiofeed/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
TAILWIND_CLI_CONFIG_FILE = BASE_DIR / "tailwind.config.js"
TAILWIND_CLI_SRC_CSS = STATIC_SRC / "app.css"
TAILWIND_CLI_DIST_CSS = "tailwind.css"
TAILWIND_CLI_VERSION = "4.4.14"
TAILWIND_CLI_VERSION = "3.4.14"

# Whitenoise
# https://whitenoise.readthedocs.io/en/latest/django.html
Expand Down

0 comments on commit b11a100

Please sign in to comment.