From 47c9ed0829fb45de72684b021d65c320a8ecec1f Mon Sep 17 00:00:00 2001 From: BRAVO <127.0.0.1.pb@gmail.com> Date: Mon, 17 Aug 2015 13:23:17 +0200 Subject: [PATCH] I think you made a typo there as seen on: http://blog.davepoon.net/2015/01/19/setting-up-sass-with-jekyll/ http://markdotto.com/2014/09/25/sass-and-jekyll/#create-a-sass-stylesheet --- site/_docs/assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/assets.md b/site/_docs/assets.md index e82ddb30..b4f202d8 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -73,7 +73,7 @@ You may also specify the output style with the `style` option in your {% highlight yaml %} sass: - style: :compressed + style: compressed {% endhighlight %} These are passed to Sass, so any output style options Sass supports are valid