All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.tikui.style.quark._placeholder.scss.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
@mixin placeholder-background {
  background-image: var(--gradient-placeholder);
  background-size: 100em;
}

@mixin placeholder-border {
  border-image: var(--gradient-placeholder);
}

@mixin placeholder-animation {
  animation-name: placeholder-animation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@mixin placeholder-alternative {
  &.-placeholder {
    @include placeholder-background;
    @include placeholder-border;
    @include placeholder-animation;

    @content;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy