diffuse-the-rest / postcss.config.cjs
mishig's picture
mishig HF staff
Initial commit
e8d6409
raw history blame
No virus
75 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};