From 262cb8b244f7a2b5a3a8cd250c4031bc97c4d078 Mon Sep 17 00:00:00 2001 From: Konatsu Date: Fri, 13 Feb 2026 14:07:12 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=8B=E3=83=83=E3=83=88=E3=82=B0?= =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=97=E3=81=A7=E6=AE=B5=E7=B5=84=E3=81=BF?= =?UTF-8?q?=E3=81=97=E3=81=9F=E9=9A=9B=E3=81=AE=E5=9E=82=E7=9B=B4=E6=96=B9?= =?UTF-8?q?=E5=90=91=E3=81=AE=E4=BD=99=E7=99=BD=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/develop/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/develop/tailwind.config.js b/themes/develop/tailwind.config.js index e737fbf..6d1bfe3 100644 --- a/themes/develop/tailwind.config.js +++ b/themes/develop/tailwind.config.js @@ -28,10 +28,10 @@ module.exports = { marginBlockStart: '0', }, '.acms-cssgrid': { - '--acms-gap': 'var(--unit-gap-x)', + '--acms-gap': '0 var(--unit-gap-x)', }, '.acms-stack, .acms-vstack, .acms-hstack': { - '--acms-stack-spacing': 'var(--unit-gap-x)', + '--acms-stack-spacing': '0 var(--unit-gap-x)', }, // ------------------------------ // 基本スタイル