Sha256: 95e937658dd03f0d70e24f2ba7763169beea38b1ba2f55ac11d95baa1c4e3f6d

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

@mixin experimental($property, $value,
  $moz      : true,
  $webkit   : true,
  $o        : true,
  $ms       : true,
  $khtml    : true,
  $official : true
) {
  @if $moz      {    -moz-#{$property} : $value; }
  @if $webkit   { -webkit-#{$property} : $value; }
  @if $o        {      -o-#{$property} : $value; }
  @if $ms       {     -ms-#{$property} : $value; }
  @if $khtml    {  -khtml-#{$property} : $value; }
  @if $official {         #{$property} : $value; }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wiskey-0.0.3 app/assets/stylesheets/functions/_experimental.scss
wiskey-0.0.2 app/assets/stylesheets/functions/_experimental.scss
wiskey-0.0.1 app/assets/stylesheets/functions/_experimental.scss