Skip to content

Commit 4f1070e

Browse files
committed
Remove paid apps
1 parent a5a0408 commit 4f1070e

File tree

1 file changed

+1
-1
lines changed
  • site/content/docs/5.3/customize

1 file changed

+1
-1
lines changed

site/content/docs/5.3/customize/sass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ With that setup in place, you can begin to modify any of the Sass variables and
8989

9090
## Compiling
9191

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 application like [CodeKit](https://codekitapp.com/) or [Prepros](https://prepros.io/). 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 a GUI applications. Some IDEs also have Sass compilers built in or as downloadable extensions.
9393

9494
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:
9595

0 commit comments

Comments
 (0)