ema-frontend-demo / postcss.config.js
ishaq101's picture
[KM-422] [EMA][FE] Interface prototype for External Demo
1ed65e9
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};