CSS Embed Question
Hi TS Devs,
I have a couple of questions regarding CSS customization:
1. I know that we can add custom CSS at the init level as well as on individual embedded components. If I provide CSS in both places, does the embed combine the two sets of styles, or will the component-level CSS override the init-level CSS?
2. If I have several of these small embeds on the same page, will the CSS from one embed affect or override the CSS from another?
Thanks for your help!
1 Reply
1. Ultimately the Viewconfig for the particular embed will be applied after so, it will win.
You can try with basic example in playground.
2. No it should not affect CSS from another.