UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

13 lines (12 loc) 244 B
@mixin hairline($border-color: #eee) { content: ''; position: absolute; top: -50%; left: -50%; right: -50%; bottom: -50%; transform: scale(0.5); pointer-events: none; box-sizing: border-box; border: 0 solid $border-color; }