talkwho/postcss.config.js

7 lines
72 B
JavaScript
Raw Normal View History

export default {
2024-08-18 23:36:08 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}