Files
LivePoll/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-11-05 22:12:03 +05:30
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}