Skip to content

Commit

Permalink
Point out that Sass compilation has to be enabled in config.toml (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagawley committed Mar 18, 2024
1 parent 9a5e95c commit 8af3e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/documentation/content/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ with dart-sass.

## Using Sass in Zola

Zola always compiles Sass files in theme directories.
However, for Zola to process files in the `sass` folder, you need to set `compile_sass = true` in your `config.toml`.

Zola processes any files with the `sass` or `scss` extension in the `sass`
folder, and places the processed output into a `css` file with the same folder
structure and base name into the `public` folder:
Expand Down

0 comments on commit 8af3e12

Please sign in to comment.