chore: move hoppscotch-ui package out of the monorepo (#3620)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user