Files
customer-frontend/landing-react/postcss.config.js
T

7 lines
80 B
JavaScript
Raw Normal View History

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