Fix tailwind config

This commit is contained in:
Alex
2023-10-21 19:00:15 +02:00
parent 5ac3fdaf46
commit 95bbb5e20e

View File

@@ -80,7 +80,6 @@ const colors = {
module.exports = {
mode: 'jit',
purge: {
content: [
'./js/**/*.js',
'../lib/*_web/**/*.*ex'
@@ -98,9 +97,8 @@ module.exports = {
'text-white',
'bg-white',
'text-gray-600'
]
},
darkMode: false, // or 'media' or 'class'
],
darkMode: 'media',
theme: {
extend: {
backgroundSize: {