wewe-rss / apps /web /postcss.config.js
div-wang's picture
上传文件
95d29a5 verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};