.hr-fade { height: 1px; @include themify($themes) { color: themed('hr-color'); background-image: linear-gradient( 90deg, transparent, themed('hr-color') 50%, transparent 100% ); } }