ChatGLM / views /postcss.config.js
y001j's picture
Upload 305 files
af9251e
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}