gMAS / web_ui /frontend /postcss.config.js
Артём Боярских
chore: initial commit
3193174
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};