rss / apps /web /postcss.config.js
fukeke's picture
Upload 91 files
880d67e verified
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}