From deb83d60dfc440db92465afd417e6adbb1d638c7 Mon Sep 17 00:00:00 2001 From: Christopher Darling Date: Tue, 24 Jul 2018 15:31:28 +0100 Subject: [PATCH] Remove clip-path from .is-sr-only see https://github.com/zurb/foundation-sites/commit/6bad0f84f4fad1cb8c71f06182d317763a83366f --- sass/base/helpers.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index bbf5e846..ad127c94 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -160,7 +160,6 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' .is-sr-only border: none !important - clip-path: inset(50%) !important clip: rect(0, 0, 0, 0) !important height: 0.01em !important overflow: hidden !important