$value: none;

@mixin set ($tint) {
  $value: $tint !global;
}

@mixin end () {
  $value: none !global;
}
