mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove old styleguide imports
This commit is contained in:
parent
8b0d637700
commit
c98ffb712c
@ -1,5 +1,3 @@
|
||||
@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss';
|
||||
|
||||
.tooltip {
|
||||
display: block !important;
|
||||
z-index: 10000;
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss';
|
||||
@import './imports/_tooltip.scss';
|
||||
@import './imports/_toast.scss';
|
||||
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -179,8 +179,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss';
|
||||
|
||||
.post-card {
|
||||
// max-width: 800px;
|
||||
margin: auto;
|
||||
|
||||
@ -108,8 +108,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss';
|
||||
|
||||
.related-post {
|
||||
box-shadow: $box-shadow-base;
|
||||
|
||||
|
||||
@ -313,8 +313,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import 'vue-cion-design-system/src/system/tokens/generated/tokens.scss';
|
||||
|
||||
.profile-avatar {
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
||||
@ -10505,11 +10505,6 @@ vue-apollo@^3.0.0-beta.25:
|
||||
chalk "^2.4.1"
|
||||
throttle-debounce "^2.0.0"
|
||||
|
||||
"vue-cion-design-system@file:./styleguide":
|
||||
version "1.0.0"
|
||||
dependencies:
|
||||
vue "^2.5.17"
|
||||
|
||||
vue-cli-plugin-apollo@^0.17.0:
|
||||
version "0.17.4"
|
||||
resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.17.4.tgz#7d785a112f8491005d2d805d4f717ce40a6befc3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user