“Tema Uikit” Respostas de código

Tema Uikit

// default value
@button-height: 30px;
The Gem Dev

Tema Uikit

// CSS rule
.uk-panel {
    background: @background;

    // mixin to add new declaration
    .hook-panel;
}
The Gem Dev

Tema Uikit

// new value
@button-height: 35px;
The Gem Dev

Tema Uikit

// mixin to add new declaration
.hook-panel() { color: #fff; }
The Gem Dev

Respostas semelhantes a “Tema Uikit”

Perguntas semelhantes a “Tema Uikit”

Procure respostas de código populares por idioma

Procurar outros idiomas de código