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>
11 lines
251 B
TypeScript
11 lines
251 B
TypeScript
import { Config } from "tailwindcss"
|
|
import preset from "@hoppscotch/ui/ui-preset"
|
|
|
|
export default {
|
|
content: [
|
|
"../hoppscotch-common/src/**/*.{vue,html}",
|
|
"../hoppscotch-ui/src/**/*.{vue,html}",
|
|
],
|
|
presets: [preset],
|
|
} satisfies Config
|