From 70a8406f979fd31ad09b6dfbcbbda8940d7ae2c0 Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Sun, 9 Mar 2025 07:51:13 +0000 Subject: [PATCH 1/2] Fixed minor typo in Sass documentation --- 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 b585aecbb05a..9dea43d7c448 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 a GUI application. 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: From 582b7a895ce41a0235c2f54188b21df9362d195b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Sun, 9 Mar 2025 09:23:19 +0100 Subject: [PATCH 2/2] docs: use plural form --- 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 9dea43d7c448..37d134d8dd7e 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 application. 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: