From 1208cfcf7e13c99a969fc87afb4424d1acead3f0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 28 Dec 2018 17:39:57 -0500 Subject: [PATCH] use Emotion instead of Aphrodite --- site/content/blog/2018-12-26-svelte-css-in-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2018-12-26-svelte-css-in-js.md b/site/content/blog/2018-12-26-svelte-css-in-js.md index 1c48bcc938..40bbfe8bd1 100644 --- a/site/content/blog/2018-12-26-svelte-css-in-js.md +++ b/site/content/blog/2018-12-26-svelte-css-in-js.md @@ -15,7 +15,7 @@ But Svelte's style handling does have some limitations. It's too difficult to sh ## For example -Here, we're using [Aphrodite](https://github.com/Khan/aphrodite) to generate scoped class names that can be used across multiple components: +Here, we're using [Emotion](https://emotion.sh) to generate scoped class names that can be used across multiple components: