Skip to content

Commit

Permalink
fix link to CSS in JS blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
gka authored and Conduitry committed Apr 23, 2019
1 parent 57735d4 commit 2435c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</section>

<section class="container example">
<p>CSS is component-scoped by default — no more style collisions or specificity wars. Or you can <a href="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 <a href="/blog/svelte-css-in-js">use your favourite CSS-in-JS library</a>.</p>

<div class="repl-container">
<IntersectionObserver once let:intersecting top={400}>
Expand Down

0 comments on commit 2435c57

Please sign in to comment.