1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

Add pointer event utilities (#30185)

This commit is contained in:
Martijn Cuppens
2020-02-23 01:07:33 +01:00
committed by GitHub
parent 90f5dbae1d
commit 648bceadd8
2 changed files with 15 additions and 0 deletions

View File

@@ -447,6 +447,11 @@ $utilities: map-merge(
property: user-select,
values: all auto none
),
"pointer-events": (
property: pointer-events,
class: pe,
values: none auto,
),
"rounded": (
property: border-radius,
class: rounded,