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/signmania.komma.pro/wwwroot/css/mixins/_css3_deprecated.sass
@mixin transform($property: none)
  // none | <transform-function>
  @include prefixer(transform, $property, webkit moz ms o spec)

@mixin placeholder
  $placeholders: ":-webkit-input" ":-moz" "-moz" "-ms-input"
  @each $placeholder in $placeholders
    &:#{$placeholder}-placeholder
      @content

@mixin appearance($value)
  @include prefixer(appearance, $value, webkit moz ms o spec)

@mixin animation-name($value)
  @include prefixer(animation-name, $value, webkit)
@mixin animation-duration($value)
  @include prefixer(animation-duration, $value, webkit)
@mixin animation-iteration-count($value)
  @include prefixer(animation-iteration-count, $value, webkit)