css: Remove `.code()` mixin

Undefined mixins don't cause the CSS to not load anymore.
This commit is contained in:
Johannes Meyer 2021-05-17 10:28:23 +02:00
parent 1a2bba0fd5
commit def52c6c49
1 changed files with 0 additions and 6 deletions

View File

@ -36,9 +36,3 @@ table.avp {
background-color: #f1f1f1;
}
}
.code() {
// Some 3rd party modules (e.g. vsphere) use this mixin (though we never had it)
// With lessphp version 0.5.0 using undefined mixins now throws exceptions
// Since we can't rely that users upgrade those modules first, we provide the mixin for compatibility here
}