From 53171ad564b2d01bff7613d7210e93a5197a367b Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Sun, 9 Mar 2025 08:25:50 +0000 Subject: [PATCH] Docs: fix typo in Customize > Sass page (#41281) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/content/docs/5.3/customize/sass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/customize/sass.md b/site/content/docs/5.3/customize/sass.md index b585aecbb0..37d134d8dd 100644 --- a/site/content/docs/5.3/customize/sass.md +++ b/site/content/docs/5.3/customize/sass.md @@ -89,7 +89,7 @@ With that setup in place, you can begin to modify any of the Sass variables and ## Compiling -In order to use your custom Sass code as CSS in the browser, you need a Sass compiler. Sass ships as a CLI package, but you can also compile it with other build tools like [Gulp](https://gulpjs.com/) or [Webpack](https://webpack.js.org/), or with a GUI applications. Some IDEs also have Sass compilers built in or as downloadable extensions. +In order to use your custom Sass code as CSS in the browser, you need a Sass compiler. Sass ships as a CLI package, but you can also compile it with other build tools like [Gulp](https://gulpjs.com/) or [Webpack](https://webpack.js.org/), or with GUI applications. Some IDEs also have Sass compilers built in or as downloadable extensions. We like to use the CLI to compile our Sass, but you can use whichever method you prefer. From the command line, run the following: