Skip to content

Commit c3d8f15

Browse files
authored
Update custom.txt
1 parent f0353dc commit c3d8f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/custom.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ The documentation on CSSContainer is a bit under-developed, more documentation c
2323
-----------------------------------------------------------------------------
2424

2525
Example:
26-
```CRISPY_TAILWIND_STYLE = {
26+
CRISPY_TAILWIND_STYLE = {
2727
"text": "bg-gray-50 border border-gray-300",
2828
"select": "bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",
29-
}```
29+
}
3030

3131
This is currently only working for the input fields and the select field. More coming soon.
3232

0 commit comments

Comments
 (0)