trailBlazerSupply-frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-09-26 16:31:07 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}