HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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)