I’m trying to use Layout Builder Styles on Drupal 9 to style my blocks and sections in layout builder. The problem is none of the styling is being applied to the displayed content.
This is the guidance provided by the documentation regarding the field where you enter your styles. "A list of CSS classes to apply to the block wrapper. Please note that no class selector is needed."
If no class selector is needed then what syntax do I use:
{ left: 40px; top: 40px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; z-index: 1; }
Do I kill the brackets and just list the properties?
Tim