Enable tailwind dark mode from media
This commit is contained in:
parent
ee95387190
commit
4cc4453bbd
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
darkMode: 'media',
|
||||||
plugins: [
|
plugins: [
|
||||||
require("@tailwindcss/forms"),
|
require("@tailwindcss/forms"),
|
||||||
// Allows prefixing tailwind classes with LiveView classes to add rules
|
// Allows prefixing tailwind classes with LiveView classes to add rules
|
||||||
|
|
Loading…
Reference in a new issue