mm
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
height: 24px;
|
||||
}
|
||||
@utility h-item-sm {
|
||||
/* 30px save space for most used size */
|
||||
height: 30px;
|
||||
/* 28px save space for most used size */
|
||||
height: 28px;
|
||||
}
|
||||
@utility h-item-md {
|
||||
/* 34px most used size */
|
||||
height: 34px;
|
||||
}
|
||||
@utility h-item-lg {
|
||||
/* 46px maximum touch size without waste */
|
||||
height: 46px;
|
||||
/* 44px maximum touch size without waste */
|
||||
height: 44px;
|
||||
}
|
||||
@utility h-item-xl {
|
||||
height: calc(var(--spacing) * 16);
|
||||
|
||||
Reference in New Issue
Block a user