UNPKG

shopware-missing-mixins

Version:

missing basic less-mixins for Shopware 5

11 lines (9 loc) 296 B
.calc(@property, @calculation) { @{property}: -webkit-calc(~'@{calculation}'); @{property}: -moz-calc(~'@{calculation}'); @{property}: calc(~'@{calculation}'); } .calc(@property, @calculation, @fallback) { @{property}: @fallback; .calc(@property, @calculation); }