AndyB
Well-known member
In one of my add-ons I have a .less template where I define the background color like this:
This works perfect as long as the style uses the @xf-paletteNeutral1 for the Content background color:
The problem I'm running into is that one popular third party style uses the @xf-palletColor1 for the Content background color.
Is there a way to overcome this issue?
Thank you.
background: @xf-paletteNeutral1;
This works perfect as long as the style uses the @xf-paletteNeutral1 for the Content background color:
The problem I'm running into is that one popular third party style uses the @xf-palletColor1 for the Content background color.
Is there a way to overcome this issue?
Thank you.