UNPKG
vant-fork
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
Lightweight Mobile UI Components built on Vue
github.com/youzan/vant
youzan/vant
vant-fork
/
packages
/
vant-css
/
src
/
mixins
/
hairline.css
13 lines
(12 loc)
•
244 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@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; }