uikit custom theme code example
Example 1: uikit theme
// CSS rule
.uk-panel {
background: @background;
// mixin to add new declaration
.hook-panel;
}
Example 2: uikit theme
// mixin to add new declaration
.hook-panel() { color: #fff; }