chore: move hoppscotch-ui package out of the monorepo (#3620)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Anwarul Islam
2023-12-16 17:28:10 +06:00
committed by GitHub
parent d80e6c01c8
commit f93558324f
87 changed files with 1195 additions and 8344 deletions

View File

@@ -2,10 +2,7 @@ import { Config } from "tailwindcss"
import preset from "@hoppscotch/ui/ui-preset"
export default {
content: [
"../hoppscotch-common/src/**/*.{vue,html}",
"../hoppscotch-ui/src/**/*.{vue,html}",
],
content: ["../hoppscotch-common/src/**/*.{vue,html}"],
presets: [preset],
theme: {
extend: {