Computer-Vision-Lab / postcss.config.js
YOUSEF2434's picture
Upload 96 files
a566fb0 verified
raw
history blame
86 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}