@ -226,7 +234,8 @@ npm run dev & open http://localhost:5000
</div>
</div>
</section>
</section>
<sectionclass="container example linkify">
<divclass="examples">
<sectionclass="container example linkify">
<div>
<div>
<p>Svelte components are written in HTML files. Just add data.</p>
<p>Svelte components are written in HTML files. Just add data.</p>
</div>
</div>
@ -236,9 +245,9 @@ npm run dev & open http://localhost:5000
src="/repl/embed?example=hello-world"
src="/repl/embed?example=hello-world"
scrolling="no"
scrolling="no"
></iframe>
></iframe>
</section>
</section>
<sectionclass="container example linkify">
<sectionclass="container example linkify">
<div>
<div>
<p>CSS is component-scoped by default — no more style collisions or specificity wars. Or you can <ahref="TODO-blog-post-on-css-in-js">use your favourite CSS-in-JS library</a>.</p>
<p>CSS is component-scoped by default — no more style collisions or specificity wars. Or you can <ahref="TODO-blog-post-on-css-in-js">use your favourite CSS-in-JS library</a>.</p>
</div>
</div>
@ -248,9 +257,9 @@ npm run dev & open http://localhost:5000
src="/repl/embed?example=nested-components"
src="/repl/embed?example=nested-components"
scrolling="no"
scrolling="no"
></iframe>
></iframe>
</section>
</section>
<sectionclass="container example linkify">
<sectionclass="container example linkify">
<div>
<div>
<p>Trigger efficient, granular updates by assigning to local variables. The compiler does the rest.</p>
<p>Trigger efficient, granular updates by assigning to local variables. The compiler does the rest.</p>
</div>
</div>
@ -260,9 +269,9 @@ npm run dev & open http://localhost:5000
src="/repl/embed?example=reactive-assignments"
src="/repl/embed?example=reactive-assignments"
scrolling="no"
scrolling="no"
></iframe>
></iframe>
</section>
</section>
<sectionclass="container example linkify">
<sectionclass="container example linkify">
<div>
<div>
<p>Build beautiful UIs with a powerful, performant transition engine built right into the framework.</p>
<p>Build beautiful UIs with a powerful, performant transition engine built right into the framework.</p>
</div>
</div>
@ -272,7 +281,8 @@ npm run dev & open http://localhost:5000