This commit is contained in:
Eric Ciarla
2024-07-23 15:48:12 -04:00
parent 252bc09ee2
commit a0d89169ed
24 changed files with 5893 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;