]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix typo in Customize > Sass page (#41281)
authorMarios Zindilis <marios@zindilis.com>
Sun, 9 Mar 2025 08:25:50 +0000 (08:25 +0000)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 08:25:50 +0000 (09:25 +0100)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
site/content/docs/5.3/customize/sass.md

index b585aecbb05a60619f6050676a9c463ca83c2db4..37d134d8dd7ecd89f5a7b07f9cb1b9e2a058419f 100644 (file)
@@ -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 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: