From f1af08c3f33ce922f02d57119a3677ae7626a5d7 Mon Sep 17 00:00:00 2001 From: Brandon Kish Date: Mon, 1 Jan 2024 14:02:51 -0500 Subject: [PATCH] Add missing word to compiling CSS exercise (#80) --- exercises/01.styling/04.problem.compiling-css/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/01.styling/04.problem.compiling-css/README.mdx b/exercises/01.styling/04.problem.compiling-css/README.mdx index bd0e58274..feea29906 100644 --- a/exercises/01.styling/04.problem.compiling-css/README.mdx +++ b/exercises/01.styling/04.problem.compiling-css/README.mdx @@ -57,7 +57,7 @@ Tailwind with PostCSS in [the Tailwind docs](https://tailwindcss.com/docs/using-with-preprocessors). - Remix may not pick up on the new config files until you restart the dev. + Remix may not pick up on the new config files until you restart the dev server. Simply click "Stop App" and then "Start App" again to restart the dev server. That should work, but if it doesn't, stop the workshop app and restart it.