master_template/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2024-06-10 18:06:58 +05:45
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};