UNPKG
weex-amui-mod
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Ant Design Mobile of Weex
github.com/falldown18/weex-amui
falldown18/weex-amui
weex-amui-mod
/
theme
/
am-white-space
/
index.less
24 lines
(18 loc)
•
279 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import
'../base/common.less'
;
.am-white-space
{
&
-xs
{
height
:
@v-spacing-xs
; }
&
-sm
{
height
:
@v-spacing-sm
; }
&
-md
{
height
:
@v-spacing-md
; }
&
-lg
{
height
:
@v-spacing-lg
; }
&
-xl
{
height
:
@v-spacing-xl
; } }