M1_ProjetWeb/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-11-25 16:27:31 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};