From 4ec9324a7ae91dc54cd26dd5c96bb17b488d4f46 Mon Sep 17 00:00:00 2001 From: Insik-Han Date: Fri, 16 Dec 2022 00:13:03 +0900 Subject: [PATCH] delete ununsed @support Before :where(body) selector has min-block-size, It worked, But Now, There is not exist min-block-size in this CSS file. --- package/index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package/index.css b/package/index.css index 82add91..38a1341 100644 --- a/package/index.css +++ b/package/index.css @@ -15,12 +15,6 @@ color-scheme: dark light; } -@supports not (min-block-size: 100dvb) { - :where(html) { - block-size: 100%; - } -} - @media (prefers-reduced-motion: no-preference) { :where(html:focus-within) { scroll-behavior: smooth;