master_template/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2024-06-10 12:21:58 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};