Sign in
android
/
platform
/
external
/
fmtlib
/
4e426c19
/
.
/
doc
/
bootstrap
/
mixins
/
size.less
blob: a8be65089606863ad878173e951b62fb387daf52 [
file
]
// Sizing shortcuts
.
size
(
@width
;
@height
)
{
width
:
@width
;
height
:
@height
;
}
.
square
(
@size
)
{
.
size
(
@size
;
@size
);
}