Merge pull request #473 from icy-comet/fix_css_var
delete unused css vars
This commit is contained in:
commit
4a8f9aa798
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue