{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Divided rows",
	"slug": "rows-divided",
	"blockTypes": [ "core/group" ],
	"styles": {
		"css": "& > * + * { border-top: 1px solid color-mix(in srgb, currentColor 15%, transparent); padding-top: var(--wp--preset--spacing--x-small); }"
	}
}
