UNPKG

shopware-missing-mixins

Version:

missing basic less-mixins for Shopware 5

14 lines (12 loc) 331 B
.line-through(@color: @color-primary) { position: relative; text-decoration: none; &:before { content: ''; background-image: linear-gradient(transparent 50%, @color 0); background-size: 2px; background-repeat: repeat-x; background-position: center; .position(); } }