From b0f0b856c7efff33698a2cb5b744bdc3c2dafe16 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Thu, 15 Jun 2017 13:03:28 -0400 Subject: [PATCH] Layout: generate CSS with minimal whitespace to reduce bandwidth --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 3a7ec4ee..2fe7b627 100644 --- a/_config.yml +++ b/_config.yml @@ -599,3 +599,7 @@ defaults: type: posts values: lang: en + +## Options as of version 3.4.20 are: nested (default), compact, compressed, or expanded +sass: + style: compressed