Skip to content

Commit 66c2990

Browse files
committed
Fix imports for clarity
1 parent f06ca60 commit 66c2990

34 files changed

+57
-13
lines changed

src/styles/Academy.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.Academy {
44
height: 100%;

src/styles/ContextMenu.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.context-menu {
44
background-color: $cadet-color-1;

src/styles/Contributors.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
// Styling components of the ContributorsDetails
44

src/styles/FileSystemView.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.file-system-view-container {
44
width: 100%;

src/styles/Grading.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.grading-overview-unfilterable-btns,
44
.grading-overview-filterable-btns {

src/styles/GradingBadges.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.grading-badge {
44
border-radius: 9999px;

src/styles/Login.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.Login {
44
background-size: cover;

src/styles/NavigationBar.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.primary-navbar {
44
background: #141e30; /* fallback for old browsers */

src/styles/SideContentSessionManagement.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22
@use '@blueprintjs/core/lib/scss/variables' as *;
33

44
.span {

src/styles/Stories.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '_global' as *;
1+
@use 'variables' as *;
22

33
.highlight-row {
44
background-color: #e0f2fe;

0 commit comments

Comments
 (0)