Files
online-energieausweis/postcss.config.js
Robert Jagtiani 28c9df7e18 bannersäulen
2024-11-19 19:35:04 +01:00

11 lines
230 B
JavaScript

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