// new value
@button-height: 35px;
// default value
@button-height: 30px;
// mixin to add new declaration
.hook-panel() { color: #fff; }
// CSS rule
.uk-panel {
background: @background;
// mixin to add new declaration
.hook-panel;
}