0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
matthewp 2023-11-01 17:14:06 +00:00 committed by astrobot-houston
parent cc3278bb69
commit bf1fd0fa76

View file

@ -7,19 +7,20 @@ export interface Props {
const { fallback = 'animate' } = Astro.props; const { fallback = 'animate' } = Astro.props;
--- ---
<style is:global> <style is:global>
/* Route announcer */ /* Route announcer */
.astro-route-announcer { .astro-route-announcer {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
clip: rect(0 0 0 0); clip: rect(0 0 0 0);
clip-path: inset(50%); clip-path: inset(50%);
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
width: 1px; width: 1px;
height: 1px; height: 1px;
} }
</style> </style>
<meta name="astro-view-transitions-enabled" content="true" /> <meta name="astro-view-transitions-enabled" content="true" />
<meta name="astro-view-transitions-fallback" content={fallback} /> <meta name="astro-view-transitions-fallback" content={fallback} />