Skip to content

Commit e3ec9ff

Browse files
committed
fixed imports to be compatible with topcoder-react-utils
1 parent 8b8c38c commit e3ec9ff

File tree

35 files changed

+55
-55
lines changed

35 files changed

+55
-55
lines changed

components/Carousel/Carousel.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33
$pager-bg-color: #737380;
44

@@ -42,4 +42,4 @@ $pager-bg-color: #737380;
4242
margin-left: 30px;
4343
}
4444
}
45-
}
45+
}

components/Carousel/CarouselExamples.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33
.Carousel {
44
.StandardListItem {
@@ -14,4 +14,4 @@
1414
.limited-width {
1515
width: 200px;
1616
}
17-
}
17+
}

components/Dropdown/Dropdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33

44
.dropdown-wrap {

components/ExampleApp/ExampleApp.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-styles';
1+
@import '~tc-ui/src/styles/tc-styles';
22

33
body {
44
background-color: $tc-gray-neutral-light;

components/ExampleComponent/ExampleComponent.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Whenever you need predefined color variables or mixins
22
// Add the following line to the top of your .scss file
3-
@import 'tc-includes';
3+
@import '~tc-ui/src/styles/tc-includes';
44

55
// Declare local variables, if necessary
66
$peaches: #ffdab9;

components/ExampleNav/ExampleNavStyle.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33
.ExampleNav {
44
position: fixed;
@@ -18,4 +18,4 @@
1818
.back {
1919
color: $tc-gray-30;
2020
}
21-
}
21+
}

components/FilePicker/FilePicker.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33

44

@@ -51,4 +51,4 @@
5151
width: 0;
5252
background-color: $tc-dark-blue-70;
5353
}
54-
}
54+
}

components/FileUploader/FileUploaderStyles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33
.FileUploader {
44
position: relative;
@@ -33,4 +33,4 @@
3333
.dropzone-container {
3434
text-align: center;
3535
}
36-
}
36+
}

components/Formsy/FormFields.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

33
.row {
44
margin-bottom: 20px;
@@ -232,7 +232,7 @@ a.tiled-group-item {
232232
border-color: $tc-gray-10;
233233
}
234234
}
235-
235+
236236

237237
span.title{
238238
display:block;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@import 'tc-includes';
1+
@import '~tc-ui/src/styles/tc-includes';
22

0 commit comments

Comments
 (0)