Resume-website/postcss.config.js
2024-11-18 21:27:52 -05:00

6 lines
No EOL
79 B
JavaScript

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