progress on settings page

This commit is contained in:
Henry Dollman
2024-09-09 20:00:09 -04:00
parent 3b13fadde2
commit 3362a3d1cf
7 changed files with 281 additions and 14 deletions

View File

@@ -94,5 +94,10 @@ module.exports = {
},
},
},
plugins: [require('tailwindcss-animate')],
plugins: [
require('tailwindcss-animate'),
function ({ addVariant }) {
addVariant('light', '.light &')
},
],
}