From c2b0746b8c1834cd3309b1b61df45da6af29fd19 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 10 Oct 2024 20:57:01 +0300 Subject: [PATCH] Less !important --- sass/_hidden.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/_hidden.scss b/sass/_hidden.scss index c6adc89..c152af1 100644 --- a/sass/_hidden.scss +++ b/sass/_hidden.scss @@ -1,9 +1,9 @@ .hidden { - clip: rect(0 0 0 0) !important; + clip: rect(0 0 0 0); position: absolute !important; - clip-path: inset(100%) !important; + clip-path: inset(100%); width: 1px !important; height: 1px !important; - overflow: hidden !important; - white-space: nowrap !important; + overflow: hidden; + white-space: nowrap; }