UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

27 lines (20 loc) 795 B
/* * Base */ // Variables // ======================================================================== @base-code-font-family: 'Roboto Mono', monospace; @base-code-font-size: 12px; @base-heading-font-weight: 300; @base-pre-font-size: 12px; @base-pre-padding: 25px; @base-pre-background: @global-muted-background; @base-pre-border-width: 0; @base-pre-border-radius: 0; // Hooks // ======================================================================== .hook-base-body() { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }