forge/postcss.config.js
2024-05-13 18:55:34 -04:00

7 lines
93 B
JavaScript

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