mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Clean up line heights & add line height utilities (#29271)
This commit is contained in:
committed by
XhmikosR
parent
ae249e8f55
commit
007ea0d8d0
@@ -394,6 +394,16 @@ $utilities: map-merge(
|
||||
)
|
||||
)
|
||||
),
|
||||
"line-height": (
|
||||
property: line-height,
|
||||
class: lh,
|
||||
values: (
|
||||
1: 1,
|
||||
sm: $line-height-sm,
|
||||
base: $line-height-base,
|
||||
lg: $line-height-lg,
|
||||
)
|
||||
),
|
||||
"background-color": (
|
||||
property: background-color,
|
||||
class: bg,
|
||||
|
Reference in New Issue
Block a user