delete unused css vars
This commit is contained in:
parent
9726b8d806
commit
3a04ec15a5
@ -6,9 +6,3 @@ $border-color: rgba(255, 255, 255, .1);
|
||||
/* MEDIA QUERIES */
|
||||
$phone: "max-width: 684px";
|
||||
$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