Files
nextjs-server-fetching/examples/data-fetching/postcss.config.js
2024-01-15 23:13:55 +01:00

9 lines
163 B
JavaScript

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