From 0c93aab13f0180a521b49b46810fa96c80eaae4f Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:26:27 +0200 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index d5273e38..1cb28d46 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -283,7 +283,7 @@ Create alongside the `PokemonLink.tsx` component the CSS module `PokemonLink.mod } ``` -> 💡 SASS is supported out of the box. Just install the processor in the devDependencies `pnpm i -D sass` and run again `tuono dev` +> 💡 SASS is supported out of the box. Just install the processor in the devDependencies `npm i -D sass` and run again `tuono dev` Then import the styles into the `PokemonLink` component as following: