fastreboot/frontend/postcss.config.js
2024-07-16 15:09:51 +03:00

6 lines
80 B
JavaScript

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