summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/tether/sass/mixins/_pointer-events.scss
blob: 66c7e77dc6870986fc589556bb904f77e85447b2 (plain)
1
2
3
4
5
6
@mixin pointer-events($type: none) {
    $type: unquote($type);
    @include experimental(pointer-events, $type,
        -moz, -webkit, not -o, not -ms, -khtml, official
    );
}