Merge pull request #473 from icy-comet/fix_css_var

delete unused css vars
This commit is contained in:
Radek Kozieł 2023-06-09 23:38:28 +02:00 committed by GitHub
commit 4a8f9aa798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,3 @@ $border-color: rgba(255, 255, 255, .1);
/* MEDIA QUERIES */ /* MEDIA QUERIES */
$phone: "max-width: 684px"; $phone: "max-width: 684px";
$tablet: "max-width: 900px"; $tablet: "max-width: 900px";
/* variables for js, must be the same as these in @custom-media queries */
:root {
--phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px);
}