This commit is contained in:
pasqualevitiello
2023-12-08 10:35:18 +01:00
parent c0f2844019
commit 6cf02005ee
4 changed files with 510 additions and 289 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: { config: './src/css/tailwind.config.js' },
autoprefixer: {},
},
}