From 0b6ac04581957df7f5d14d9b833817732ac2f122 Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Thu, 17 Jun 2021 14:57:48 +0200 Subject: [PATCH] Update css-in-js.md --- radar/2021-01-01/css-in-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/css-in-js.md b/radar/2021-01-01/css-in-js.md index 2f766e8..9f82781 100644 --- a/radar/2021-01-01/css-in-js.md +++ b/radar/2021-01-01/css-in-js.md @@ -41,4 +41,4 @@ Disadvantages of CSS-in-JS - Slightly different syntax than traditional CSS (object syntax vs template literals) - Can add an extra layer of complexity -In the meantime CSS-in-JS has evolved even more. The are some libraries which leverages nearly zero-runtime costs such as [Stiches](https://stitches.dev/) or [Vanilla Extract](https://vanilla-extract.style/) while still providing an excellence developer experience with TypeScript. +In the meantime CSS-in-JS has evolved even more. The are some libraries which leverages nearly zero-runtime costs such as [Stitches](https://stitches.dev/) or [Vanilla Extract](https://vanilla-extract.style/) while still providing an excellent developer experience with TypeScript.