UNPKG
bootstrap-less-port
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Less port of Bootstrap v4
github.com/seanCodes/bootstrap-less-port
seanCodes/bootstrap-less-port
bootstrap-less-port
/
less
/
mixins
/
_size.less
8 lines
(6 loc)
•
132 B
text/less
View Raw
1
2
3
4
5
6
7
8
// Sizing shortcuts
#size
(
@width
,
@height
:
@width
) {
width
:
@width
;
height
:
@height
;
#deprecate
(
"`#size()`"
,
"v4.3.0"
,
"v5"
); }