/**
 * @license EUPL-1.2
 * Copyright (c) 2021 Robbert Broersma
 */

@import "../mixin";

@mixin utrecht-html-sup {
  sup {
    @include utrecht-superscript;
  }
}
