Fix sass documentation error in example path name (#991)

This commit is contained in:
0xC45 2020-04-12 13:38:53 -06:00 committed by GitHub
parent 4242723e4d
commit 167b2b9974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`