gm-2api / frontend /postcss.config.js
yu
Add Dockerfile and code
4bcd925
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}