Adding overflow visible as util

This commit is contained in:
Gaurav Behere 2020-07-21 11:24:38 +03:00 committed by XhmikosR
parent f3cfc8e7ec
commit 776afb8e9e
2 changed files with 10 additions and 2 deletions

View file

@ -16,7 +16,7 @@ $utilities: map-merge(
),
"overflow": (
property: overflow,
values: auto hidden,
values: auto hidden visible scroll,
),
"display": (
responsive: true,