api-client/packages/hoppscotch-desktop/tailwind.config.ts
Shreyas a0fbb7b076
chore(native): bump and align dependencies (#5331)
- This standardises package versions between desktop, agent, appload, relay
  all the native components to resolve version inconsistencies and prepare
  for unified bumps in the future.

- Account for recent minor dependency bumps as a follow-up to #5329

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-21 16:24:30 +05:30

7 lines
177 B
TypeScript

import { Config } from "tailwindcss"
import preset from "@hoppscotch/ui/ui-preset"
export default {
content: ["src/**/*.{vue,html}"],
presets: [preset],
} satisfies Config