uikit theme

47

// new value
@button-height: 35px;
// CSS rule
.uk-panel {
    background: @background;

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

Comments

Submit
0 Comments