- 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>
7 lines
177 B
TypeScript
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
|