From 463e03633e9cb712213b263b280c1bc81eccd8df Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 31 Oct 2023 19:49:13 +0000 Subject: [ci] format --- packages/astro/components/viewtransitions.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/astro/components/viewtransitions.css b/packages/astro/components/viewtransitions.css index 25efea660..bb7b2003f 100644 --- a/packages/astro/components/viewtransitions.css +++ b/packages/astro/components/viewtransitions.css @@ -57,13 +57,13 @@ /* Route announcer */ .astro-route-announcer { - position:absolute; - left:0; - top:0; - clip:rect(0 0 0 0); - clip-path:inset(50%); - overflow:hidden; - white-space:nowrap; - width:1px; - height:1px; + position: absolute; + left: 0; + top: 0; + clip: rect(0 0 0 0); + clip-path: inset(50%); + overflow: hidden; + white-space: nowrap; + width: 1px; + height: 1px; } -- cgit v1.2.3