// @link-states()

@mixin link-states {
  &,
  &:visited,
  &:active {
    @content;
  }
}
