Sha256: e6fc97350737e0291365e70bdbf99a1dc0fb026cda7e9cf3bbbf8975b4c94901
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
@mixin prefixer ($property, $value, $webkit: true, $moz: true, $ms: false, $o: false, $spec: true) { @if $webkit { -webkit-#{$property}: $value; } @if $moz { -moz-#{$property}: $value; } @if $ms { -ms-#{$property}: $value; } @if $o { -o-#{$property}: $value; } @if $spec { #{$property}: $value; } }
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
bourbon-compass-2.1.1.0 | stylesheets/bourbon/css3/_prefixer.scss |
bourbon-2.1.1 | app/assets/stylesheets/css3/_prefixer.scss |
bourbon-2.1.0 | app/assets/stylesheets/css3/_prefixer.scss |