From f571c89d70c80e88b5130f4269e5c5fbe9ad8839 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Wed, 26 Aug 2026 20:49:07 +0800 Subject: [PATCH] docs: describe Grid items as direct child roles --- examples/grid-reference.ebox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grid-reference.ebox b/examples/grid-reference.ebox index a106992..b25d9ba 100644 --- a/examples/grid-reference.ebox +++ b/examples/grid-reference.ebox @@ -403,7 +403,7 @@ :bgcolor "#CBC2E3" :color "#332B4B" :text-align 'center) (box :content "OTHER" :bgcolor "#E7E2F1" :color "#332B4B" :text-align 'center))) (box :layout 'column :width '(206) - (box :content "direct child placement\n:grid-item is only a convenience" :padding '(0 (6)) + (box :content "direct child placement\nitem is a parent-child role" :padding '(0 (6)) :border "#6A5C8B" :bgcolor "#D8D0E8" :color "#332B4B" :text-align 'center) (box :layout 'grid :width '(206) :height 4 :grid-template-columns '((58) (58) (58)) :grid-template-rows '(1 1) :gap '(0 (4))