How can we apply multiple brand.
Like i have an indigo default theme and brand in the tutor, so when i apply my another brand the indigo brand css doesn’t get applied on that mfe.
while mfe build the indigo brand npm install is runnig but we cannot see the css getting applied.
if i remove my custom brand then the indigo brand gets applied.
so how can we add multiple brands like both the indigo and the custom brand to same mfe.
You can’t have two brand packages at the same time because each is an NPM package defining its own full style layer.
If you want Indigo’s styles along with your own customizations, then there are two options I’d suggest. First, fork Indigo’s brand package and apply your customizations there. Second, import Indigo’s brand package into your own brand package, pulling its styles, and install your custom brand package in the MFEs, though this would be a bit messy.
If i have to add the custom theme over the indigo theme so can we set multiple themes on the same site using tutor?
can we do without importing or fork the indigo theme or brand package and add our css over that themes or brand?
With the tutor local do settheme it changes the cms and lms theme in the tutor config file and the indigo theme doesn’t get applied. Is there any slot in the indigo theme to add my extra css to the indigo theme.