uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
30 lines (18 loc) • 712 B
text/less
//
// Component: Placeholder
//
// ========================================================================
// Variables
// ========================================================================
@placeholder-background: transparent;
//
// New
//
@placeholder-border-width: @global-border-width;
@placeholder-border: @global-border;
// Component
// ========================================================================
.hook-placeholder() { border: @placeholder-border-width dashed @placeholder-border; }
// Miscellaneous
// ========================================================================
.hook-placeholder-misc() {}