diff options
author | 2023-07-21 20:13:33 +0000 | |
---|---|---|
committer | 2023-07-21 20:13:33 +0000 | |
commit | f79ab0bdb36280256c526b6c7271c736e027825e (patch) | |
tree | e78deed82a0603047afc5dda4eee40d55f996dcb | |
parent | c2d6cfd0c26f4ebb81c715389347de1c3bf5f3e6 (diff) | |
download | astro-f79ab0bdb36280256c526b6c7271c736e027825e.tar.gz astro-f79ab0bdb36280256c526b6c7271c736e027825e.tar.zst astro-f79ab0bdb36280256c526b6c7271c736e027825e.zip |
[ci] format
-rw-r--r-- | packages/astro/components/viewtransitions.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/astro/components/viewtransitions.css b/packages/astro/components/viewtransitions.css index ffe554484..953f462e9 100644 --- a/packages/astro/components/viewtransitions.css +++ b/packages/astro/components/viewtransitions.css @@ -44,11 +44,11 @@ } @media (prefers-reduced-motion) { - ::view-transition-group(*), - ::view-transition-old(*), - ::view-transition-new(*) { - animation: none !important; - } + ::view-transition-group(*), + ::view-transition-old(*), + ::view-transition-new(*) { + animation: none !important; + } [data-astro-transition-scope] { animation: none !important; |