Tailwind, dialog, filesystem, homedir & save finding, initial project work

This commit is contained in:
2024-11-27 04:30:43 -06:00
parent c6e6434cf6
commit 82589e555d
14 changed files with 1778 additions and 193 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}