diff --git a/site/src/routes/index.html b/site/src/routes/index.html index e9d99ffd56..3b78c79a00 100644 --- a/site/src/routes/index.html +++ b/site/src/routes/index.html @@ -178,11 +178,13 @@ -
+

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

+ +

Read the introductory blog post to learn more.

@@ -190,7 +192,7 @@
-
+

Svelte components are written in HTML files. Just add data.

@@ -198,7 +200,7 @@
-
+

CSS is component-scoped by default — no more style collisions or specificity wars. Or you can use your favourite CSS-in-JS library.

@@ -206,15 +208,15 @@
-
+
-

Trigger updates by assigning to local variables. The compiler does the rest.

+

Trigger efficient, granular updates by assigning to local variables. The compiler does the rest.

-
+

Build beautiful UIs with a powerful, performant transition engine built right into the framework.

diff --git a/site/src/routes/repl/_components/Repl.html b/site/src/routes/repl/_components/Repl.html index 55a044a6c4..fa0d492f33 100644 --- a/site/src/routes/repl/_components/Repl.html +++ b/site/src/routes/repl/_components/Repl.html @@ -248,7 +248,7 @@
- +
.icon { stroke: var(--flash) }