story-research-zapwall/postcss.config.js

7 lines
93 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}