
それぞれのブロックごとの、Advanced/Additional CSSは、theme.json で定義されたCSSが挿入されます。
emulsion テーマのP要素のCSSは以下指定があり、これが、サイトエディタの追加CSSに反映しています。
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "default",
"styles": {
"blocks": {
"core/paragraph": {
"css": "&:not(.specificity):not([class*=align]){margin:var(--wp--custom--margin--block, 1.5rem auto);}"
}
}
}
}