From 882279c3075f4b9d036ab0fda00a5ea294968739 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 24 Jul 2019 15:15:27 +0200 Subject: [PATCH] Add default Sass dir --- docs/_docs/configuration/default.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/configuration/default.md b/docs/_docs/configuration/default.md index 8908578d..68ab49fc 100644 --- a/docs/_docs/configuration/default.md +++ b/docs/_docs/configuration/default.md @@ -16,6 +16,8 @@ plugins_dir : _plugins layouts_dir : _layouts data_dir : _data includes_dir : _includes +sass: + sass_dir: _sass collections: posts: output : true