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/tandartsmaas.komma.pro/wwwroot/css/mixins/_sprite.sass
%sprite
  .svg &
    background-image: url(/images/structure/sprite_maas.svg)
  .no-svg &
    background-image: url(/images/structure/sprite_maas.png)

=sprite($backgroundX, $backgroundY, $width ,$height, $scale : 1)

  width: $width * $scale
  height: $height * $scale

  background-position: ($backgroundX * $scale) ($backgroundY * $scale)
  background-size: (640px * $scale) (260px * $scale)

  .no-svg &
    width: $width
    height: $height
    background-position: $backgroundX $backgroundY
    background-size: 640px 260px

  @if ($scale == 1)
    @extend %sprite
  @else
    .svg &
      background-image: url(/images/structure/sprite_maas.svg)
    .no-svg &
      background-image: url(/images/structure/sprite_maas.png)


=spriteMobile($backgroundX, $backgroundY, $width ,$height, $scale : 1)
  width: $width * $scale
  height: $height * $scale

  background-position: ($backgroundX * $scale) ($backgroundY * $scale)

  background-size: (150px * $scale) (70px * $scale)
  background-image: url(/images/structure/sprite_mobile.svg)