xnl-admin/postcss.config.js

7 lines
91 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};