Create App/ModifiedTrans

This commit is contained in:
pand03
2026-02-12 16:42:39 +07:00
parent 5f3948c989
commit 4321bc1fdd
30 changed files with 31264 additions and 83 deletions

13
tailwind.config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
],
corePlugins: {
preflight: false, // supaya tidak reset bootstrap
},
theme: {
extend: {},
},
plugins: [],
}