Skip to content

Commit 855586d

Browse files
authored
migrate saas import statements (#5812)
1 parent 64e64fe commit 855586d

File tree

25 files changed

+197
-195
lines changed

25 files changed

+197
-195
lines changed

webview/src/experiments/components/table/body/branchDivider/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../../../../shared/variables';
1+
@use '../../../../../shared/variables';
22

33
.branchName {
44
padding: 0 20px;
@@ -9,7 +9,7 @@
99
}
1010

1111
.icon {
12-
fill: $accent-color;
12+
fill: variables.$accent-color;
1313
}
1414

1515
.branchActions {

webview/src/experiments/components/table/body/commits/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../../../../shared/variables';
1+
@use '../../../../../shared/variables';
22

33
.commitsNav {
44
text-align: left;
@@ -10,7 +10,7 @@
1010
.commitsButton {
1111
background: transparent;
1212
border: none;
13-
color: $meta-cell-color;
13+
color: variables.$meta-cell-color;
1414
text-decoration: underline;
1515
cursor: pointer;
1616

0 commit comments

Comments
 (0)