summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-10-31 19:49:13 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-10-31 19:49:13 +0000
commit463e03633e9cb712213b263b280c1bc81eccd8df (patch)
tree57a8c2247e671d606e290a37c464ea6e6b1f340f
parent430c470ace5cfae5f53b530df54c0dc7e2046aaa (diff)
downloadastro-463e03633e9cb712213b263b280c1bc81eccd8df.tar.gz
astro-463e03633e9cb712213b263b280c1bc81eccd8df.tar.zst
astro-463e03633e9cb712213b263b280c1bc81eccd8df.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/astro/components/viewtransitions.css18
1 files 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;
}