111 / postcss.config.js
12stgss's picture
Duplicate from 12stgss/1211
7ed58c4
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}