Following this resource (not for XF 2.3 but...), why custom prefixes are not styled by variation?
The syntax of the code is however the same as the original ones
Thanks.
The syntax of the code is however the same as the original ones
Less:
&.label--yellow { .m-labelVariation(black, #ffff91, #e6e687); }
&.label--orange { .m-labelVariation(black, #ffcb00); }
&.label--error { .m-labelVariation(#c84448, #fde9e9, #c84448); }
//* CUSTOM PREFIXES
&.label--campBase { .m-labelVariation(#0099cc, #e6f9ff); }
&.label--permaculture { .m-labelVariation(#ac3939, #f9ecec); }