From efda7dce3d4e11acad7587ba60e3cface0a6f420 Mon Sep 17 00:00:00 2001 From: Mohammed Elzanaty Date: Sun, 10 Dec 2023 17:26:37 +0200 Subject: [PATCH] feat: update PostCSS and TailwindCSS documentation links (#74) Co-authored-by: mohamed.elzanaty3 --- exercises/01.styling/04.problem.compiling-css/README.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/01.styling/04.problem.compiling-css/README.mdx b/exercises/01.styling/04.problem.compiling-css/README.mdx index b0e807ffa..bd0e58274 100644 --- a/exercises/01.styling/04.problem.compiling-css/README.mdx +++ b/exercises/01.styling/04.problem.compiling-css/README.mdx @@ -80,5 +80,5 @@ Finally, to test that this worked, you can style the "Hello World" to have a Tailwind class name like `p-8 text-xl`. If you see the text get bigger and more spaced, you're all set! -- 📜 [Remix PostCSS Docs](https://remix.run/docs/en/1.18.0/guides/styling#postcss) -- 📜 [Remix TailwindCSS Docs](https://remix.run/docs/en/1.18.0/guides/styling#tailwind-css) +- 📜 [Remix PostCSS Docs](https://remix.run/docs/en/main/styling/postcss) +- 📜 [Remix TailwindCSS Docs](https://remix.run/docs/en/main/styling/tailwind)