jobdone-shared-files 0.0.1-beta.89 → 0.0.1-beta.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,6 +73,7 @@
73
73
  </script>
74
74
 
75
75
  <style scoped lang="scss">
76
+ @import "../../node_modules/bootstrap/mixins";
76
77
  @import "./style/scss/Settings/bs-variables";
77
78
  @import "./style/scss/Settings/Mixins";
78
79
  .hover-border{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.89",
3
+ "version": "0.0.1-beta.90",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/paginate.vue CHANGED
@@ -104,7 +104,8 @@
104
104
  </script>
105
105
 
106
106
  <style scoped lang="scss">
107
- @import "./style/scss/Settings/bs-variables";
107
+ @import "../../node_modules/bootstrap/mixins";
108
+ @import "./style/scss/Settings/bs-variables";
108
109
  @import "./style/scss/Settings/Mixins";
109
110
 
110
111
  .page-link{
package/treeItem.vue CHANGED
@@ -84,7 +84,8 @@
84
84
  </script>
85
85
 
86
86
  <style scoped lang="scss">
87
- @import "./style/scss/Settings/bs-variables";
87
+ @import "../../node_modules/bootstrap/mixins";
88
+ @import "./style/scss/Settings/bs-variables";
88
89
  @import "./style/scss/Settings/Mixins";
89
90
 
90
91
  li {