From c98ffb712cc0f605c5c3691f7b12e7cf48e90f91 Mon Sep 17 00:00:00 2001 From: JB Date: Thu, 29 Nov 2018 23:03:08 +0100 Subject: [PATCH] Remove old styleguide imports --- assets/styles/imports/_tooltip.scss | 2 -- assets/styles/main.scss | 1 - package.json | 2 -- pages/post/_slug/index.vue | 2 -- pages/post/_slug/more-info.vue | 2 -- pages/profile/_slug.vue | 2 -- yarn.lock | 5 ----- 7 files changed, 16 deletions(-) diff --git a/assets/styles/imports/_tooltip.scss b/assets/styles/imports/_tooltip.scss index 04060b86c..738d6a158 100644 --- a/assets/styles/imports/_tooltip.scss +++ b/assets/styles/imports/_tooltip.scss @@ -1,5 +1,3 @@ -@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss'; - .tooltip { display: block !important; z-index: 10000; diff --git a/assets/styles/main.scss b/assets/styles/main.scss index a631016f3..7b8c5c2e4 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -1,4 +1,3 @@ -@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss'; @import './imports/_tooltip.scss'; @import './imports/_toast.scss'; diff --git a/package.json b/package.json index 99669529c..fb65331a2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "generate": "nuxt generate", "lint": "eslint --ext .js,.vue .", "styleguide": "cd ./styleguide && yarn dev", - "styleguide:build": "cd ./styleguide && yarn build:lib && cd ../ && yarn upgrade vue-cion-design-system", "test": "jest", "precommit": "yarn lint" }, @@ -45,7 +44,6 @@ "nuxt": "^2.0.0", "nuxt-env": "^0.0.4", "v-tooltip": "^2.0.0-rc.33", - "vue-cion-design-system": "file:./styleguide", "vue-count-to": "^1.0.13", "vue-izitoast": "git://github.com/arthurvasconcelos/vue-izitoast.git" }, diff --git a/pages/post/_slug/index.vue b/pages/post/_slug/index.vue index 9bd14f2a7..fbb185c9e 100644 --- a/pages/post/_slug/index.vue +++ b/pages/post/_slug/index.vue @@ -179,8 +179,6 @@ export default {