UNPKG
shopware-missing-mixins
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.6.1
0.6.0
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
missing basic less-mixins for Shopware 5
shopware-missing-mixins
/
_mixins
/
size.less
9 lines
(7 loc)
•
110 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
.size
(
@width
,
@height
) {
width
:
@width
;
height
:
@height
; }
.size
(
@size
) {
.size
(
@size
,
@size
); }