File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/wwwroot/css/mixins/_sprite.sass
=sprite($width, $height, $position)
background-image: url(/images/structure/sprite_ijzerenman.svg)
background-size: 250px 150px
background-position: $position
width: $width
height: $height
=spriteMobile($backgroundX, $backgroundY, $width ,$height, $scale : 1)
width: $width * $scale
height: $height * $scale
background-position: ($backgroundX * $scale) ($backgroundY * $scale)
background-size: (220px * $scale) (420px * $scale)
background-image: url(/images/structure/sprite_mobile.svg)