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: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -347,3 +347,11 @@ module.exports = {
347
347
},
348
348
}
349
349
```
350
+
351
+
### Supporting Dark Mode
352
+
353
+
If you'd like to support dark mode, you can use the configuration tools above. The [Tailwind Playground](https://play.tailwindcss.com/xTOjz3kR3m?file=config) provides one option for supporting dark mode quickly. The steps are:
354
+
355
+
1. Enable dark mode in Tailwind, documented here: https://tailwindcss.com/docs/dark-mode
356
+
2. Add a "light" text modifier for the plugin, documented here: https://github.com/tailwindlabs/tailwindcss-typography#adding-new-modifiers
357
+
3. Enable the "dark" variant for the typography plugin, documented here: https://tailwindcss.com/docs/dark-mode#enabling-for-other-utilities
0 commit comments