I want .centerChildren to be passed from text-controls. How do I do this?
.centerChildren() {
display: flex;
align-items: center;
}
.progressBar(@rest...) {
.jp-progress {
...
@{rest...} //Something like this
}
}
.jp-text-controls {
.progressBar(.centerChildren)
}