From eec118bccc4ae1e0ed372d27b8a85d846eaa4434 Mon Sep 17 00:00:00 2001 From: marleyrae Date: Mon, 5 Jun 2023 19:38:29 -0700 Subject: [PATCH] :sparkles: feat: Get menu toggle working! --- .idea/inspectionProfiles/Project_Default.xml | 1 + .idea/jsLibraryMappings.xml | 2 ++ dist/index.html | 13 ++++------ dist/js/main.js | 5 ++++ dist/style/style.css | 2 +- package-lock.json | 26 ++++++++++++++++++++ package.json | 2 ++ src/_includes/layout.liquid | 15 ++++------- src/_includes/main.js | 5 ---- src/js/main.js | 13 ++++++++++ src/style/components/_Site.scss | 1 - 11 files changed, 60 insertions(+), 25 deletions(-) create mode 100644 dist/js/main.js delete mode 100644 src/_includes/main.js create mode 100644 src/js/main.js diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 39bc389..f15a3c4 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,7 @@