From 8bbbfaf7c34cd3f369f3d5076e90990931a7e561 Mon Sep 17 00:00:00 2001 From: Joshua Gawley <16921823+joshuagawley@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:53:06 +0000 Subject: [PATCH] Point out that Sass compilation has to be enabled in config.toml (#2458) --- docs/content/documentation/content/sass.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/documentation/content/sass.md b/docs/content/documentation/content/sass.md index 1c08bbd742..5e64b9d7e7 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: