Skip to content

Commit

Permalink
Fix build errors with sass imports from gosheets
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamhency committed Sep 3, 2019
1 parent 159b7ba commit de2be39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import '~@tangoe/gosheets/base/variables';
@import '~@tangoe/gosheets/base/mixins';
@import '../../../styles/variables';
@import '../../../styles/mixins';

.go-accordion-panel {
background: $theme-light-bg;
Expand All @@ -13,8 +12,8 @@
&::before {
@include transition(opacity);

background: $brand-color-gradient;
background-color: $brand-color;
background: $base-primary-gradient;
background-color: $base-primary;
content: '';
height: 100%;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~@tangoe/gosheets/base/_variables';
@import '../../../styles/variables';

.go-badge {
border: 1px solid $theme-light-bg;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~@tangoe/gosheets/base/_variables';
@import '../../../styles/variables';

.go-hint {
font-size: .875rem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '~@tangoe/gosheets/base/_variables';
@import '~@tangoe/gosheets/base/_mixins';
@import '../../../styles/variables';
@import '../../../styles/mixins';
@import "~@ng-select/ng-select/themes/default.theme.css";

.ng-select .ng-select-container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '~@tangoe/gosheets/base/variables';
@import '~@tangoe/gosheets/base/mixins';
@import '../../../styles/variables';
@import '../../../styles/mixins';

.go-form__switch-toggle {
display: inline-block;
Expand Down

0 comments on commit de2be39

Please sign in to comment.