Merge branch 'master' of github.com:BradNut/bored

game into postcss
This commit is contained in:
Bradley Shellnut 2022-12-04 22:00:43 -08:00
commit dc7a148067

View file

@ -44,12 +44,16 @@
$: showPagination = $gameStore?.length > 1;
if ($xl) {
console.log('Was xl');
numberOfGameSkeleton = 8;
} else if ($md) {
console.log('Was md');
numberOfGameSkeleton = 3;
} else if ($sm) {
console.log('Was sm');
numberOfGameSkeleton = 2;
} else {
console.log('Was none');
numberOfGameSkeleton = 1;
}