From b3729c52a667155f10129bcd25658616216f09f4 Mon Sep 17 00:00:00 2001 From: Cullen Whitmore Date: Tue, 10 Jun 2025 18:50:42 -0500 Subject: [PATCH] Add custom properties for border radius --- theme.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.json b/theme.json index 8eed6b3..d06b4cf 100644 --- a/theme.json +++ b/theme.json @@ -3,6 +3,12 @@ "settings": { "appearanceTools": true, "custom": { + "border": { + "rounded-full": "calc(infinity * 1px)", + "rounded-large": "24px", + "rounded-medium": "16px", + "rounded-small": "8px" + }, "layout": { "full-viewport-width": "calc(100vw - var(--wp--custom--layout--scrollbar-width, 0px))", "main-content-width-side-spacing": "calc((var(--wp--custom--layout--full-viewport-width) - var(--wp--style--global--content-size)) / 2)",