diff --git a/docs/content/documentation/content/sass.md b/docs/content/documentation/content/sass.md index 1c08bbd7..5e64b9d7 100644 --- a/docs/content/documentation/content/sass.md +++ b/docs/content/documentation/content/sass.md @@ -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: