Fixes: Less_Exception_Compiler

The use of LESS mixins is not compatible with Minerva and we are
thus moving away from them.

Bug: T359414
Bug: T357740
Change-Id: I8148d7e9620c93609abb320c8d6e5b6a0b1c0bed
这个提交包含在:
Jon Robson 2024-03-07 11:09:41 -08:00 提交者 Jdlrobson
父节点 dbc013c6cb
当前提交 6a470524ea

查看文件

@ -81,7 +81,9 @@ module.exports = exports = {
<style lang="less">
@import 'mediawiki.skin.variables.less';
@pulse-dot-color: @background-color-progressive;
// LESS mixins are not compatible with CSS variables (see T357740)
// This color corresponds to @background-color-progressive.
@pulse-dot-color: #0645ad;
@pulse-dot-fading: fade(@pulse-dot-color, 40%);
@pulse-dot-transparent: fade(@pulse-dot-color, 0);