Fix sass documentation error in example path name (#991)
This commit is contained in:
parent
4242723e4d
commit
167b2b9974
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue