autocomplete

This commit is contained in:
2022-09-21 16:06:57 +02:00
parent 5dc8fcf2c8
commit d08fe3637b
7 changed files with 1675 additions and 7 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}