dart/postcss.config.js
2024-06-22 20:48:39 +03:00

6 lines
80 B
JavaScript

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