retrofairie/postcss.config.js
2025-02-18 17:46:38 -08:00

6 lines
93 B
JavaScript
Executable file

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