My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Automatic view transitions

+4
+4
sass/style.scss
··· 12 12 --phoneWidth: (max-width: #{$phone-max-width + 1px}); 13 13 --tabletWidth: (max-width: #{$tablet-max-width + 1px}); 14 14 } 15 + 16 + @view-transition { 17 + navigation: auto 18 + }