Skip to content

Commit

Permalink
Add .text-decoration-none utility class (#25933)
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel authored and mdo committed Jul 25, 2018
1 parent c8a4d9d commit e3b98c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@
.text-hide {
@include text-hide($ignore-warning: true);
}

.text-decoration-none { text-decoration: none !important; }

0 comments on commit e3b98c5

Please sign in to comment.