so wie Jens es will

This commit is contained in:
Robert Jagtiani
2024-11-19 20:49:58 +01:00
parent 0ae9046c19
commit fd551f1ab9
31 changed files with 619 additions and 616 deletions

8
postcss.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
}
}