benchmark-enhancements / postcss.config.js
yoshinakachi's picture
Update postcss.config.js
b5aa072 verified
raw
history blame
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}