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/get-started/powergrid-configuration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,9 @@ module.exports = {
109
109
```
110
110
111
111
::: tip 💡 TIP
112
-
Read more about [Tailwind just-in-time](https://tailwindcss.com/docs/just-in-time-mode).
112
+
Read more about [Tailwind just-in-time](https://tailwindcss.com/docs/just-in-time-mode).
113
+
If you are already using Tailwind version 3 or greater JIT is enabled by default. So you need to add these files to your `tailwind.config.js` because otherwise the styles won't apply correctly.
114
+
[Read more here](https://tailwindcss.com/docs/upgrade-guide#migrating-to-the-jit-engine)
0 commit comments