Hi all,
We’re trying to use Default styles from the builder inside our components. I realized that additional classes were being added to the elements where CSS was applied via vars. It looks as expected in preview, but inside the builder it doesn’t inherit the Default styles for our elements. These are headings, if that’s relevant. h4 , h6 and so on.
{'className':
plasmic_default__all plasmic_default__${htmlTag} ${className}}
Is there something more we need to do to be able to see the default styles inside the builder for our elements as well?