This commit is contained in:
2026-02-28 18:53:15 +01:00
parent 5de782bcc9
commit 9eb7740027
175 changed files with 14355 additions and 0 deletions

5
tailadmin/postcss.config.js Executable file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
}
}