From 902954b29825647eaf5435c89e379ef4babe7931 Mon Sep 17 00:00:00 2001 From: tusooa Date: Thu, 9 Feb 2023 21:35:56 -0500 Subject: Use class to style screenreader-only text --- src/_mixins.scss | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/_mixins.scss') diff --git a/src/_mixins.scss b/src/_mixins.scss index 677bc210..e99fe26f 100644 --- a/src/_mixins.scss +++ b/src/_mixins.scss @@ -16,15 +16,3 @@ @content; } } - -@mixin visible-for-screenreader-only { - display: block; - width: 1px; - height: 1px; - margin: -1px; - overflow: hidden; - visibility: visible; - clip: rect(0 0 0 0); - padding: 0; - position: absolute; -} -- cgit v1.2.3-70-g09d2