From 6412820d75437ca9f37aca84ebb10b3609ef8850 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 18 Sep 2024 15:18:51 +0200 Subject: [PATCH] Remove misleading article from Best Practices --- docs/best-practices.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/best-practices.mdx b/docs/best-practices.mdx index 9f5fbb8624..53a9f9520a 100644 --- a/docs/best-practices.mdx +++ b/docs/best-practices.mdx @@ -220,4 +220,3 @@ On the other hand, if your app will only ever have a single theme, it's simpler ## Additional Reading - [Colocation](https://kentcdodds.com/blog/colocation) by Kent C. Dodds -- [Change how you write your CSS-in-JS for better performance](https://douges.dev/blog/taming-the-beast-that-is-css-in-js) by Michael Dougall