dokpl0y / data /apps /dokploy /postcss.config.cjs
llama1's picture
Migrated from GitHub
b80fc11 verified
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;