fix: scope all Tailwind utilities under .formipay-design-system for WP admin isolation

- Add postcss-prefix-selector to prefix all CSS selectors with .formipay-design-system
- This gives Tailwind utilities higher specificity than WP admin styles
- Prevents WP input/select/button styles from overriding shadcn components
- All 129 selectors now scoped correctly
This commit is contained in:
dwindown
2026-04-19 18:43:56 +07:00
parent a36e71ed56
commit 0094a3571c
8 changed files with 302 additions and 259 deletions

File diff suppressed because one or more lines are too long