Website/postcss.config.cjs

9 Zeilen
166 B
JavaScript

2023-09-24 16:33:14 +02:00
module.exports = {
plugins: {
autoprefixer: {},
cssnano: {},
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
},
};