From 3a04ec15a5edf790ddeee55df40b6d53ad244b46 Mon Sep 17 00:00:00 2001 From: Aniket Teredesai Date: Sat, 6 May 2023 19:38:57 +0530 Subject: [PATCH] delete unused css vars --- assets/css/variables.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/variables.scss b/assets/css/variables.scss index 09c7e28..459cdad 100644 --- a/assets/css/variables.scss +++ b/assets/css/variables.scss @@ -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); -}