From 0c7cc10750051497c30890d9e88a3394f0aebccd Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 30 Mar 2025 12:27:48 +0200 Subject: [PATCH] feat(docs): show shadow-dom before styling guide --- docs/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 9fdd3bf..4b9375a 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -27,8 +27,8 @@ export default defineConfig({ 'examples', 'template-vs-render', 'prop-access', - 'styling', 'shadow-dom', + 'styling', 'just-parts', 'life-cycle-hooks', 'library-size',