From 167b2b9974fa700f079d89077782600f44c44a19 Mon Sep 17 00:00:00 2001 From: 0xC45 <56617252+0xC45@users.noreply.github.com> Date: Sun, 12 Apr 2020 13:38:53 -0600 Subject: [PATCH] Fix sass documentation error in example path name (#991) --- docs/content/documentation/content/sass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/sass.md b/docs/content/documentation/content/sass.md index 634bfc54..0d3671b1 100644 --- a/docs/content/documentation/content/sass.md +++ b/docs/content/documentation/content/sass.md @@ -29,7 +29,7 @@ structure and base name into the `public` folder: │ ├── same_name.sass # CONFLICT! This has the same base name as the file above, so Zola will return an error. │ └── _common_mixins.scss # This file won't get put into the `public` folder, but other files can @import it. └── secret-side-project - └── style.scss // -> ./public/secret-side-project/fancy.css + └── style.scss // -> ./public/secret-side-project/style.css ``` Files with a leading underscore in the name are not placed into the `public`