XF 2.1 Nope, custom prefix css not working :(

Stuart Wright

Well-known member
189134
.label
{
&.label--avfblue { .m-labelVariation(@xf-paletteNeutral3, #cee3f7, xf-intensify(@xf-paletteNeutral1, 15%)); }
}
But no styling on the prefixes.
Been asked before, but can't figure it out.
Why is it not working?
Thanks
 
Your setup works for me.

189228189229

Some debug items I go through:

  • Cache?
  • Try in an empty extra.less file
  • Make sure edits are in the correct style
  • Try using basic CSS first instead of your variant to see if there's a problem there (although your exact code works for me)
 
Top Bottom