You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/setup_with_tailwind.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ $ npm run watch
29
29
30
30
## Explicitly Specify Source Files
31
31
32
-
Even Tailwind 4 can AUTO scan all project files in the project directory, we still recommend to explicitly specify the source files to improve performance.
32
+
Even Tailwind 4 can AUTO scan all project files in the project directory, we still recommend to explicitly specify the source files to improve performance and avoid webpack keeps recompiling.
33
33
34
34
Below is an example
35
35
@@ -60,6 +60,9 @@ Below is an example
60
60
}
61
61
```
62
62
63
+
!!! note
64
+
Please remember to update the file path in your project.
0 commit comments