2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+5
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,