From 61e615467e493d9df6a7af16b81b00331fafc70e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 14 Jul 2017 19:26:27 +0900 Subject: [PATCH] Sass should work on all platform now --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb07e2d..de96466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ the global function `get_section` if you need to get it - Remove index page getting all sections: use the `get_section` global fn instead to only get the ones you need - Remove pages from pagers in pagination: they were not supposed to be there -- Add built-in Sass compilation support (*nix only for now) +- Add built-in Sass compilation support ## 0.0.7 (2017-06-19)