hss-pos / frontend /postcss.config.js
sashank1989
Initial commit: HSS POS restaurant management system
c2b0409
Raw
History Blame Contribute Delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};