bannersäulen

This commit is contained in:
Robert Jagtiani
2024-11-19 19:35:04 +01:00
parent a36619fa07
commit 28c9df7e18
7 changed files with 159 additions and 28 deletions

11
postcss.config.js Normal file
View File

@@ -0,0 +1,11 @@
// postcss.config.js
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
'postcss-preset-env': {
features: { 'nesting-rules': false },
},
}
}