platform-codebase/features/platform-user/frontend-app/postcss.config.js
Lilith 63d145ddd2 chore(config): 🔧 Update config files in 4 JS modules to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-13 04:32:45 -08:00

6 lines
81 B
JavaScript
Executable file

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