mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 23:28:35 +00:00
f93558324f
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
8 lines
180 B
TypeScript
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;
|