From 21719276f16bd01f7dde2061a9a6ebf3ca7bc1f0 Mon Sep 17 00:00:00 2001 From: Achim Rolle Date: Wed, 27 Apr 2022 08:32:08 +0200 Subject: [PATCH] Update radar/2022-03-28/stitches.md Co-authored-by: resah <3407199+resah@users.noreply.github.com> --- radar/2022-03-28/stitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2022-03-28/stitches.md b/radar/2022-03-28/stitches.md index adfe863..f325e79 100644 --- a/radar/2022-03-28/stitches.md +++ b/radar/2022-03-28/stitches.md @@ -8,6 +8,6 @@ Stitches is a lightweight & performant CSS-in-JS styling library with a focus on Unlike most CSS-in-JS libraries, Stitches promises near-zero runtime costs. This is possible by avoiding unnecessary prop interpolations and defining variants upfront. -Stitches has a fully typed API to provide an awesome developer experience. It comes with build in theme support, server-side rendering & much more. +Stitches has a fully typed API to provide an awesome developer experience. It comes with built-in theme support, server-side rendering & much more. At AOE we use Stitches when we want to write performant and scalable CSS, but don't want to give up the flexibility and developer experience of React components.