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