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>
This commit is contained in:
9
tailwind.config.ts
Normal file
9
tailwind.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
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],
|
||||
}
|
||||
Reference in New Issue
Block a user