fix tailwindcss in interface not loading

This commit is contained in:
SethBurkart123
2023-09-25 13:10:55 +10:00
parent f2fe151c42
commit 3745653c0d
6 changed files with 33 additions and 9 deletions
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
plugins: [
require("tailwindcss"),
require("autoprefixer"),
],
};