mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
Add .text-decoration-none utility class (#25933)
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
This commit is contained in:
parent
c8a4d9dd74
commit
e3b98c51da
1 changed files with 2 additions and 0 deletions
|
|
@ -58,3 +58,5 @@
|
|||
.text-hide {
|
||||
@include text-hide($ignore-warning: true);
|
||||
}
|
||||
|
||||
.text-decoration-none { text-decoration: none !important; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue