1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Utilities: add 0 value to link-underline-opacity (#38131)

This commit is contained in:
Louis-Maxime Piton
2023-03-02 07:45:25 +01:00
committed by GitHub
parent 80ba848443
commit 23d20fa54f
2 changed files with 4 additions and 2 deletions

View File

@@ -651,6 +651,7 @@ $utilities: map-merge(
class: link-underline-opacity,
state: hover,
values: (
0: 0,
10: .1,
25: .25,
50: .5,