Files
nextjs-server-fetching/presentation/postcss.config.js
2024-01-16 23:53:33 +01:00

9 lines
163 B
JavaScript

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