fleet-management/front-end/postcss.config.js

6 lines
91 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}