mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Add .var() to mixins.less
This commit is contained in:
parent
b291d7ce3d
commit
39fbc43860
@ -220,3 +220,8 @@
|
|||||||
background-color: @color-pending;
|
background-color: @color-pending;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.var(@property, @variable) {
|
||||||
|
@{property}: @@variable;
|
||||||
|
@{property}: var(~"--@{variable}", @@variable);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user