From ccd76ad33abb39322df1415ce6c57d96fdfb34cb Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 19 Dec 2023 10:54:58 -0600 Subject: [PATCH 1/2] fixed typo in docs for Tailwind CLI version setting --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index 11c2641..1052b6f 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -9,7 +9,7 @@ hide: The package can be configured by a few settings, which can be overwritten in the `settings.py` of your project. -`TAILWIND_VERSION` +`TAILWIND_CLI_VERSION` : **Default**: `"3.3.5"` This defines the version of the CLI and of Tailwind CSS you want to use in your project. From 6d0a426988f72136214d773a55f096652e8f5191 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 19 Dec 2023 10:56:15 -0600 Subject: [PATCH 2/2] updated docs for default Tailwind CLI version --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index 1052b6f..96a5af1 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -10,7 +10,7 @@ hide: The package can be configured by a few settings, which can be overwritten in the `settings.py` of your project. `TAILWIND_CLI_VERSION` -: **Default**: `"3.3.5"` +: **Default**: `"3.3.6"` This defines the version of the CLI and of Tailwind CSS you want to use in your project.