clip / apps /frontend /postcss.config.js
Husr's picture
first commit
d988ae4
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};