HEX
Server: Apache
System: Linux wordpress-7747d7f866-jpjs6 6.12.0-101.33.4.3.el9uek.aarch64 #1 SMP Mon Jul 14 18:15:52 PDT 2025 aarch64
User: (1001)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /opt/bitnami/wordpress/wp-content/plugins/resmushit-image-optimizer/scss/_mixins.scss
@mixin breakpoint($min: 0, $max : 0) {
  @if $min > 0 and $max == 0
  {
    @media (min-width: $min ) { @content; }
  }
  @if $min > 0 and $max > 0
  {
    @media (min-width: $min) and (max-width: $max ) { @content; }
  }
  @if $max > 0 and $min == 0
  {
    @media (max-width: $max) { @content; }
  }

}


@keyframes kofi-wiggle{0%{transform:rotate(0) scale(1)}60%{transform:rotate(0) scale(1)}75%{transform:rotate(0) scale(1.12)}80%{transform:rotate(0) scale(1.1)}84%{transform:rotate(-10deg) scale(1.1)}88%{transform:rotate(10deg) scale(1.1)}92%{transform:rotate(-10deg) scale(1.1)}96%{transform:rotate(10deg) scale(1.1)}100%{transform:rotate(0) scale(1)}}