From ae312c422a19c89f9cbd1085b308f3b156cfe3a0 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 2 Feb 2025 19:14:50 +0100 Subject: [PATCH] docs(ui-docs): add note about vitepress styles polluting component previews --- front/ui-docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/front/ui-docs/index.md b/front/ui-docs/index.md index 43707d287..4e242ff7b 100644 --- a/front/ui-docs/index.md +++ b/front/ui-docs/index.md @@ -52,3 +52,11 @@ Check out the design system on our Penpot. - [Improve the component library](./contributing) - [Found a bug? Report it here](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Type%3A%3AUX%2FUI&first_page_size=20) + +::: warning + +vitepress loads some stylesheets on its own, so the styles you see here may differ from those in the funkwhale app or on the homepage and the blog. + +You can find these stylesheets in the directory `front/node_modules/vitepress/dist/client/theme-default/styles/`. + +:::