SotiproAlpha2 / postcss.config.js
Ezmary's picture
Create postcss.config.js
bc13ee4 verified
raw
history blame contribute delete
81 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}