diff --git a/docs/builders/creating_themes.rst b/docs/builders/creating_themes.rst index e3ed00a1..788f8d59 100644 --- a/docs/builders/creating_themes.rst +++ b/docs/builders/creating_themes.rst @@ -80,9 +80,11 @@ Head Components .. vale on -Mautic processes most of the ```` components. ```` don't run. +Mautic processes the ```` components, including ````. -**Tested elements** include: ``mj-breakpoint``, ``mj-font``, ``mj-html-attributes``, ``mj-style``, ``mj-title``, and ``mj-preview``. +With ````, you can define default styling for Builder blocks. When you drag blocks into the Email editor, they inherit the Theme's colors, fonts, and spacing rather than generic defaults. The Brienz Theme demonstrates this approach. + +**Tested elements** include: ``mj-attributes``, ``mj-breakpoint``, ``mj-font``, ``mj-html-attributes``, ``mj-style``, ``mj-title``, and ``mj-preview``. .. vale off