From fa9eeac3ddd77d3ae18b846ce02eee5bdc97ca8f Mon Sep 17 00:00:00 2001 From: Pete Correia Date: Wed, 3 Feb 2021 20:48:47 +0000 Subject: [PATCH 1/2] Fix Linaria link --- examples/with-linaria/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-linaria/README.md b/examples/with-linaria/README.md index 61294975b32d3..5a98eba7f21fa 100644 --- a/examples/with-linaria/README.md +++ b/examples/with-linaria/README.md @@ -1,6 +1,6 @@ -# Example app with [linaria](https://linaria.now.sh/) +# Example app with [linaria](https://linaria.dev/) -This example features how to use [linaria](https://linaria.now.sh/) as the styling solution instead of [styled-jsx](https://github.com/zeit/styled-jsx). +This example features how to use [linaria](https://linaria.dev/) as the styling solution instead of [styled-jsx](https://github.com/zeit/styled-jsx). We are creating three `div` elements with custom styles being shared across the elements. The styles includes the use of pseudo-selector and CSS animations. From 7eb374147fc1270cb0c32aec6e99a0c5ff3d1d85 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 4 Feb 2021 09:07:34 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- examples/with-linaria/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-linaria/README.md b/examples/with-linaria/README.md index 5a98eba7f21fa..dd4d99ea78596 100644 --- a/examples/with-linaria/README.md +++ b/examples/with-linaria/README.md @@ -1,6 +1,6 @@ # Example app with [linaria](https://linaria.dev/) -This example features how to use [linaria](https://linaria.dev/) as the styling solution instead of [styled-jsx](https://github.com/zeit/styled-jsx). +This example features how to use [linaria](https://linaria.dev/) as the styling solution instead of [styled-jsx](https://github.com/vercel/styled-jsx). We are creating three `div` elements with custom styles being shared across the elements. The styles includes the use of pseudo-selector and CSS animations.