From a87003fd97d86b003ecf4c2ced08264a652efd96 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 2 Oct 2025 14:26:45 +0200 Subject: [PATCH] CHORE Handling spacing and padding --- theme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme.json b/theme.json index b171385..ef6fae2 100644 --- a/theme.json +++ b/theme.json @@ -5,6 +5,17 @@ "contentSize": "960px", "wideSize": "1280px" }, + "spacing": { + "blockGap": true, + "margin": { + "custom": true, + "individual": true + }, + "padding": { + "custom": true, + "individual": true + } + }, "color": { "defaultPalette": false, "custom": false,