Model-Glass / postcss.config.js
Shinhati2023's picture
Create postcss.config.js
6e74f9c verified
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}