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
This commit is contained in:
parent
010038e78a
commit
47c9ed0829
|
@ -73,7 +73,7 @@ You may also specify the output style with the `style` option in your
|
||||||
|
|
||||||
{% highlight yaml %}
|
{% highlight yaml %}
|
||||||
sass:
|
sass:
|
||||||
style: :compressed
|
style: compressed
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
These are passed to Sass, so any output style options Sass supports are valid
|
These are passed to Sass, so any output style options Sass supports are valid
|
||||||
|
|
Loading…
Reference in New Issue