starfish_data_ai / web /postcss.config.js
John-Jiang's picture
init commit
5301c48
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}