My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

at master 22 lines 366 B view raw
1@import 'variables'; 2@import 'buttons'; 3@import 'header'; 4@import 'logo'; 5@import 'main'; 6@import 'post'; 7@import 'pagination'; 8@import 'footer'; 9@import 'rings'; 10 11@media print { 12 @import 'print'; 13} 14 15:root { 16 --phoneWidth: (max-width: #{$phone-max-width + 1px}); 17 --tabletWidth: (max-width: #{$tablet-max-width + 1px}); 18} 19 20@view-transition { 21 navigation: auto 22}