mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
Fix .font-italic utility class definition
Erratum from 26da610bd0
Refs #18001
This commit is contained in:
parent
da87424a79
commit
28bbf42e26
1 changed files with 2 additions and 2 deletions
|
|
@ -72,11 +72,11 @@
|
|||
.text-uppercase { text-transform: uppercase !important; }
|
||||
.text-capitalize { text-transform: capitalize !important; }
|
||||
|
||||
// Weight
|
||||
// Weight and italics
|
||||
|
||||
.font-normal { font-weight: normal; }
|
||||
.font-bold { font-weight: bold; }
|
||||
.font-italic { font-style: normal; }
|
||||
.font-italic { font-style: italic; }
|
||||
|
||||
// Contextual colors
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue