We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b9f57 commit 5fdd2d6Copy full SHA for 5fdd2d6
src/app.html
@@ -12,7 +12,7 @@
12
/>
13
<meta name="theme-color" content="#0b0c0c" />
14
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
15
- <link rel="stylesheet" href="%sveltekit.assets%/css/govuk-frontend.min.css">
+ <!-- <link rel="stylesheet" href="%sveltekit.assets%/css/govuk-frontend.min.css"> -->
16
%sveltekit.head%
17
</head>
18
src/wrappers/components/ui/ButtonWrapper.svelte
@@ -97,7 +97,7 @@
97
import { defaultScreenWidthBreakpoints } from "$lib/config.js";
98
99
import Button from "$lib/components/ui/Button.svelte";
100
- // import Examples from "./button/Examples.svelte";
+ import Examples from "./button/Examples.svelte";
101
102
let { data } = $props();
103
0 commit comments