We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47353b9 commit a6218e6Copy full SHA for a6218e6
tailwind.config.js
@@ -5,6 +5,7 @@ module.exports = {
5
// NOTE: Update this to include the paths to all of your component files.
6
content: ['./src/**/*.{js,jsx,ts,tsx}'],
7
presets: [require('nativewind/preset')],
8
+ darkMode: 'class',
9
theme: {
10
extend: {
11
fontFamily: {
0 commit comments