This commit is contained in:
Jesse Winton
2024-07-23 11:15:20 -04:00
parent c9d5f92f0f
commit 681e47ac6c
8 changed files with 469 additions and 72 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};