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
If you are using Tailwind v3, you may configure the options below.
121
+
If you are using Tailwind v3, you may configure the options below.
109
122
:::
110
123
111
124
#### Dark Mode
@@ -139,9 +152,9 @@ module.exports = {
139
152
```
140
153
141
154
::: tip 💡 TIP
142
-
Read more about [Tailwind just-in-time](https://tailwindcss.com/docs/just-in-time-mode).
143
-
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.
144
-
[Read more here](https://tailwindcss.com/docs/upgrade-guide#migrating-to-the-jit-engine)
155
+
Read more about [Tailwind just-in-time](https://tailwindcss.com/docs/just-in-time-mode).
156
+
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.
157
+
[Read more here](https://tailwindcss.com/docs/upgrade-guide#migrating-to-the-jit-engine)
145
158
:::
146
159
147
160
#### Presets
@@ -173,7 +186,7 @@ module.exports = {
173
186
```
174
187
175
188
::: tip 💡 TIP
176
-
Read more about [Tailwind Presets](https://tailwindcss.com/docs/presets).
189
+
Read more about [Tailwind Presets](https://tailwindcss.com/docs/presets).
0 commit comments