houhou/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-06-11 20:08:15 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}