Files
yuclusters-mt5/frontend/postcss.config.js
T

7 lines
80 B
JavaScript
Raw Normal View History

2026-06-04 18:12:47 -03:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}