workout-challenge/src-frontend/postcss.config.js
2025-09-27 18:19:06 +01:00

11 lines
No EOL
200 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': 'postcss-nesting',
'cssnano': {
preset: 'default'
},
tailwindcss: {},
autoprefixer: {},
}
}