From 0030bda5359cd45dda2e56d515debe5bac60cfa6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 12 Jul 2020 01:12:22 +0200 Subject: [PATCH] :lipstick: (switch) change switch lib --- package.json | 1 - src/App.vue | 2 +- src/components/ZoneMusic.vue | 40 ++++---- src/styles/app.scss | 2 +- src/styles/plume.scss | 172 +++++++++++++++++++++++++++++++++++ src/styles/variables.scss | 5 + yarn.lock | 5 - 7 files changed, 198 insertions(+), 29 deletions(-) create mode 100644 src/styles/plume.scss diff --git a/package.json b/package.json index db65ece..277b104 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "@vue/composition-api": "^1.0.0-beta.1", "core-js": "^3.6.5", "plyr": "^3.6.2", - "pretty-checkbox": "^3.0.3", "register-service-worker": "^1.7.1", "vue": "^2.6.11", "vue-router": "^3.2.0", diff --git a/src/App.vue b/src/App.vue index a049fb5..84118a1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@