In doing a little more research on this, one of the other blocks on the block pattern, while not throwing the “unexpected” error, did not render 100%. It dropped two styles on a particular div. One style is simple padding, but the other is a CSS variable, specifically: background: var(–global-palette7);. The Kadence theme uses CSS variables for colors, fonts, and spacing. The very first block in my pattern also uses CSS variables, so this syntax could be the root cause for both issues. (Note: Even though it is rendering as a long dash in this message, there are two normal dashes preceding the word “global” in the CSS variable above).
-
This reply was modified 3 years, 11 months ago by picthall.