File: D:/HostingSpaces/SBogers79/artofeinstein.be/wwwroot/css/mixins/_sprite.sass
//Sprite
$spriteWidth: 230px
$spriteHeight: 110px
=sprite($position, $width: auto, $height: auto)
background: url("/img/einsteinSprite.svg") $position no-repeat
background-size: $spriteWidth $spriteHeight
width: $width
height: $height
=arrowRightWhite()
+sprite(0 0, 13px, 13px)
display: inline-block
margin-right: -2px
=arrowLeftWhite()
+sprite(0 0, 13px, 13px)
display: inline-block
+transform(rotate(180deg))
margin-left: -2px
=arrowRightBeige()
+sprite(-15px 0, 13px, 13px)
display: inline-block
margin-right: -2px
=arrowRightBlack()
+sprite(-30px 0, 13px, 13px)
display: inline-block
margin-right: -2px