Skip to content

Commit

Permalink
feat: remove admonition variants
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Jun 7, 2024
1 parent d19a947 commit d7ed49e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions styles/_admonitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@ div.deprecated {
@extend .iati-callout__title;
}

.attention,
.caution,
.warning,
.versionchanged {
@extend .iati-callout--orange;
}

.danger,
.error,
div.deprecated {
@extend .iati-callout--red;
}

.versionadded {
@extend .iati-callout--green;
}

.tip {
@extend .iati-callout--purple;
}

.versionmodified {
font-weight: bold;
}

0 comments on commit d7ed49e

Please sign in to comment.