Files
investbrain/postcss.config.js
T

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-08-01 13:53:10 -05:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};