COM431_serverside_development/postcss.config.js
2025-02-11 11:55:09 +00:00

6 lines
93 B
JavaScript

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