We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e8037 commit 1ef7601Copy full SHA for 1ef7601
site/src/routes/index.svelte
@@ -85,7 +85,7 @@
85
86
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how">
87
<pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
88
-npx degit <a href="https://github.com/sveltejs/template">sveltejs/template</a> my-svelte-project
+npx degit <a href="https://github.com/sveltejs/template" style="user-select: initial;">sveltejs/template</a> my-svelte-project
89
<span class="token comment"># or download and extract <a href="https://github.com/sveltejs/template/archive/master.zip">this .zip file</a></span>
90
cd my-svelte-project
91
0 commit comments