UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
packages
/
utils
/
color.js
6 lines
(5 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
RED
=
'#f44'
;
export
const
BLUE
=
'#1989fa'
;
export
const
GREEN
=
'#07c160'
;
export
const
WHITE
=
'#fff'
;
export
const
GRAY_DARK
=
'#969799'
;