Skip to content

Commit 0516fa2

Browse files
committed
Bugfix for settings.md.
1 parent a585a87 commit 0516fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ your project.
6666
> ```
6767

6868
`TAILWIND_CLI_SRC_CSS`
69-
**Default**: `.django_tailwind_cli/source.css`
69+
: **Default**: `".django_tailwind_cli/source.css"`
7070

7171
This variable can be set to a relative path and an absolute path.
7272

7373
If it is a relative path it is assumed to be relative to `settings.BASE_DIR`. If `settings.BASE_DIR` is not defined or the file doesn't exist a `ValueError` is raised.
7474

75-
If it is an absolute path, this path is used as the input file for Tailwind CSS CLI. If the path doesn't exist, a `ValueError`is raised.
75+
If it is an absolute path, this path is used as the input file for Tailwind CSS CLI. If the path doesn't exist, a `ValueError` is raised.
7676

7777
`TAILWIND_CLI_DIST_CSS`
7878
: **Default**: `"css/tailwind.css"`

0 commit comments

Comments
 (0)