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
/
calc.less
11 lines
(9 loc)
•
296 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.calc
(
@property
,
@calculation
) { @{property}:
-webkit-calc
(
~'@{calculation}'
); @{property}:
-moz-calc
(
~'@{calculation}'
); @{property}:
calc
(
~'@{calculation}'
); }
.calc
(
@property
,
@calculation
,
@fallback
) { @{property}: @
fallback
;
.calc
(
@property
,
@calculation
); }