fix scss variables for media queries

This commit is contained in:
Hibiki Okada 2022-10-27 19:00:58 +09:00
parent 89dbf19123
commit 095e194998

View File

@ -47,8 +47,8 @@ body.dark-theme {
} }
/* MEDIA QUERIES */ /* MEDIA QUERIES */
$phone: (max-width: 684px); $phone: 'max-width: 684px';
$tablet: (max-width: 900px); $tablet: 'max-width: 900px';
@mixin greater-icon($stroke-width: 3px, $width: .95rem, $height: 100%) { @mixin greater-icon($stroke-width: 3px, $width: .95rem, $height: 100%) {
.greater-icon { .greater-icon {