master_template/postcss.config.js
2024-06-10 18:06:58 +05:45

7 lines
93 B
JavaScript

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