Update root +page.svelte

pull/10075/head
Ángel Zamora 3 years ago committed by GitHub
parent d0014f9c63
commit ea48aa75db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
<Blurb --background="var(--sk-back-1)">
<div slot="one">
<h2>compiled</h2>
<h2>compilado</h2>
<p>
Svelte shifts as much work as possible out of the browser and into your build step. No more
manual optimisations — just faster, more efficient apps.
@ -28,7 +28,7 @@
</div>
<div slot="two">
<h2>compact</h2>
<h2>compacto</h2>
<p>
Write breathtakingly concise components using languages you already know — HTML, CSS and
JavaScript. Oh, and your application bundles will be tiny as well.
@ -36,7 +36,7 @@
</div>
<div slot="three">
<h2>complete</h2>
<h2>completo</h2>
<p>
Built-in scoped styling, state management, motion primitives, form bindings and more — don't
waste time trawling npm for the bare essentials. It's all here.

Loading…
Cancel
Save