examples/remix-simple/postcss.config.js
2024-06-30 19:26:43 -06:00

7 lines
81 B
JavaScript

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