Remove flowbite

This commit is contained in:
Hydroxycarbamide 2022-09-11 22:58:33 +02:00
parent 24c668d43d
commit af58ac6289
4 changed files with 4 additions and 9 deletions

View file

@ -8,12 +8,7 @@ const config = {
theme: {
extend: {
},
},
plugins: [
require('flowbite/plugin')
],
darkMode: 'class',
}
};
module.exports = config;