BeamMP-Website/frontend/postcss.config.js
2023-12-13 17:54:29 +00:00

7 lines
80 B
JavaScript

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