We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d7aa1 commit 39641c2Copy full SHA for 39641c2
src/lib/components/pages/icons/icon-dialog.svelte
@@ -54,7 +54,8 @@
54
await navigator.clipboard.writeText(
55
given_icon_name_return_html_string({
56
icon_type: type,
57
- icon_name: icon
+ icon_name: icon,
58
+ variant
59
})
60
);
61
target.innerText = "Copied";
vite.config.ts
@@ -1,6 +1,6 @@
1
import { sveltekit } from "@sveltejs/kit/vite";
2
import { defineConfig } from "vite";
3
-import tailwindcss from '@tailwindcss/vite';
+import tailwindcss from "@tailwindcss/vite";
4
5
export default defineConfig({
6
optimizeDeps: {
0 commit comments