From 6d9a861e3853b673548be9e8d2a48a96a20105bc Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 13 Jul 2017 10:25:22 -0700 Subject: [PATCH] Complete and essential should now include flex classes --- customizer/complete.json | 1 + customizer/essential.json | 1 + 2 files changed, 2 insertions(+) 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", -- 2.47.2