GLLM2 / frontend /postcss.config.js
Kashaf1's picture
Initial upload
8e0d5f0
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}