Merge pull request #473 from icy-comet/fix_css_var
delete unused css vars
This commit is contained in:
commit
4a8f9aa798
@ -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);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user