v3.0.0 - Redesign

This commit is contained in:
pasqualevitiello
2024-07-05 09:34:39 +02:00
parent 6cf02005ee
commit 6401368a52
52 changed files with 1761 additions and 1352 deletions

View File

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