sprigsy-editor/postcss.config.js
2025-01-12 12:56:21 -05:00

5 lines
65 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
}
};