rasp_web/postcss.config.js
2024-08-25 09:45:41 +05:00

7 lines
80 B
JavaScript

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