Skip to content

Commit f446fd1

Browse files
authored
Merge pull request #5 from oslabs-beta/Arnold/MaterialUIDeprecationFix
Arnold/material UI deprecation fix
2 parents b833463 + 4152749 commit f446fd1

26 files changed

Lines changed: 7791 additions & 6466 deletions

File tree

app/charts/GrafanaEventChart/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
#graphType {
24
min-width: 100px;
35
height: 25px;

app/components/About/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *; // @use '../../index' as index;
22

33
.about {
44
min-width: 421px;

app/components/ApplicationsCard/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
22

33
.card {
44
display: flex;

app/components/Contact/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
22

33
.contact {
44
display: flex;

app/components/DashboardIcons/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
22

33
.dashboardIconWrapper {
44
margin-right: 37px;

app/components/Header/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
2+
23
.microservice-header {
34
width: 100%;
45
@include centerWithFlex(center);

app/components/Occupied/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import '../../index.scss';
1+
@use '../../index' as *;
2+
23

34
// MAIN DASHBOARD
45
.dashboardArea {

app/components/Setting/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
22

33
.settings {
44
display: flex;

app/components/Splash/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../index.scss'; // Update the import path according to your project structure
1+
@use '../../index.scss' as *; // Update the import path according to your project structure
22

33
#splash {
44
display: flex;

app/components/WindowBar/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@import '../../index.scss';
1+
@use '../../index.scss' as *;
2+
23
#titleBar {
34
position: fixed;
45
display: flex;

0 commit comments

Comments
 (0)