Point out that Sass compilation has to be enabled in config.toml (#2458)
This commit is contained in:
parent
9a5e95cf3d
commit
8af3e124a5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user