svchat/postcss.config.js
2025-01-03 10:34:11 -05:00

7 lines
73 B
JavaScript

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