From: Rafi Date: Thu, 13 Jul 2017 19:49:16 +0000 (-0700) Subject: Merge pull request #10406 from zurb/fix-default-customizer-downloads X-Git-Tag: v6.4.2-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3952a2c6bee0a8dedc68577bb467421ff97df7;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge pull request #10406 from zurb/fix-default-customizer-downloads Complete and essential should now include flex classes --- diff --git a/customizer/complete.json b/customizer/complete.json index 6f5d00cf3..28d54d2bd 100644 --- a/customizer/complete.json +++ b/customizer/complete.json @@ -1,6 +1,7 @@ { "modules": [ "xy_grid", + "flex_classes", "typography", "button", "forms", diff --git a/customizer/essential.json b/customizer/essential.json index ac830accc..8ec88357c 100644 --- a/customizer/essential.json +++ b/customizer/essential.json @@ -2,6 +2,7 @@ "modules": [ "typography", "xy_grid", + "flex_classes", "forms", "button", "callout",