Vid2SS / postcss.config.js
Shinhati2023's picture
Create postcss.config.js
ed3daaf verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}