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