hoppscotch/packages/hoppscotch-sh-admin/tailwind.config.ts
Anwarul Islam f93558324f
chore: move hoppscotch-ui package out of the monorepo (#3620)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-16 16:58:10 +05:30

8 lines
180 B
TypeScript

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