Skip to content

Commit

Permalink
Remove paid apps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 1, 2023
1 parent a5a0408 commit 4f1070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/customize/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 like [CodeKit](https://codekitapp.com/) or [Prepros](https://prepros.io/). 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 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:

Expand Down

0 comments on commit 4f1070e

Please sign in to comment.