You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/content/docs/5.3/customize/sass.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ With that setup in place, you can begin to modify any of the Sass variables and
89
89
90
90
## Compiling
91
91
92
-
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.
92
+
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.
93
93
94
94
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:
0 commit comments