blog / postcss.config.js
sandy-try's picture
Upload 699 files
1b72d7e verified
raw
history blame contribute delete
No virus
80 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}