Skip to content

Commit

Permalink
migrate saas import statements (#5812)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Nov 4, 2024
1 parent 64e64fe commit 855586d
Show file tree
Hide file tree
Showing 25 changed files with 197 additions and 195 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../../../shared/variables';
@use '../../../../../shared/variables';

.branchName {
padding: 0 20px;
Expand All @@ -9,7 +9,7 @@
}

.icon {
fill: $accent-color;
fill: variables.$accent-color;
}

.branchActions {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../../../shared/variables';
@use '../../../../../shared/variables';

.commitsNav {
text-align: left;
Expand All @@ -10,7 +10,7 @@
.commitsButton {
background: transparent;
border: none;
color: $meta-cell-color;
color: variables.$meta-cell-color;
text-decoration: underline;
cursor: pointer;

Expand Down
Loading

0 comments on commit 855586d

Please sign in to comment.