This commit is contained in:
2024-10-18 20:10:43 -06:00
commit 7e4d854685
18 changed files with 1668 additions and 0 deletions

4
postcss.config.js Normal file
View File

@@ -0,0 +1,4 @@
export const plugins = {
tailwindcss: {},
autoprefixer: {},
}