imnya.ng/postcss.config.js
2024-11-24 23:30:51 +09:00

6 lines
No EOL
78 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}