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
+9
View File
@@ -0,0 +1,9 @@
import tailwindcss from "tailwindcss";
import autoprefixer from "autoprefixer";
export default {
plugins: [
tailwindcss,
autoprefixer,
],
};