MIF_E31230910_MP-HRIS-WEB/postcss.config.js

6 lines
91 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};