The GrowthExperiments extension uses the .tint() and .fade() native LESS function. When passed CSS variables these fatal. This interferes with skins redefining Wikimedia skin variables as CSS variables.
e.g.
background-color: tint( @background-color-progressive-subtle, 50% );
I think we should either:
- discourage/deprecate the usage of these
- Provide additional variables for usage in this way
e.g.
background-color: tint( @background-color-progressive-subtle-LESS, 50% );