From 48c68b8e2420035ef724fde706d9508085670c97 Mon Sep 17 00:00:00 2001 From: Ashfahan Date: Sat, 8 May 2021 23:26:07 +0500 Subject: [PATCH] :heavy_plus_sign: Add position auto to reset position --- src/utilities/_position.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utilities/_position.scss b/src/utilities/_position.scss index 1eecb3c6..bd954fd7 100644 --- a/src/utilities/_position.scss +++ b/src/utilities/_position.scss @@ -26,7 +26,8 @@ 25: 25%, 50: 50%, 75: 75%, - 100: 100% + 100: 100%, + auto: auto, ), infixes: top bottom right left, disable-prefix-infixes-keys: true,