Skip to content

Commit

Permalink
fix alert border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms authored and mdo committed May 30, 2022
1 parent ef3ecaf commit 6ad5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_alert.scss
Expand Up @@ -20,7 +20,7 @@
color: var(--#{$prefix}alert-color);
background-color: var(--#{$prefix}alert-bg);
border: var(--#{$prefix}alert-border);
border-radius: var(--#{$prefix}alert-border-radius, 0); // stylelint-disable-line property-disallowed-list
@include border-radius(var(--#{$prefix}alert-border-radius));
}

// Headings for larger alerts
Expand Down

0 comments on commit 6ad5a94

Please sign in to comment.