[+] Init app

This commit is contained in:
Azalea Gui
2023-02-09 18:36:19 -05:00
parent cf1ece9053
commit 9f8b79ce45
7 changed files with 1108 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
plugins: [],
};