hoppscotch/tailwind.config.ts
Anwarul Islam a215860782
feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
2023-11-01 20:55:08 +05:30

10 lines
225 B
TypeScript

import preset from "./packages/hoppscotch-ui/ui-preset"
export default {
content: [
"packages/hoppscotch-common/src/**/*.{vue,html}",
"packages/hoppscotch-sh-admin/src/**/*.{vue,html}",
],
presets: [preset],
}