Skip to content

Commit b68257e

Browse files
authored
fix: remove imports breaking build (#500)
1 parent beb4813 commit b68257e

File tree

2 files changed

+2
-12
lines changed
  • src/editors/containers
    • VideoEditor/components/VideoSettingsModal/components/DurationWidget
    • VideoUploadEditor

2 files changed

+2
-12
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
2-
// to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
3-
@import "@edx/brand/paragon/variables";
4-
@import "@openedx/paragon/scss/core/_variables";
5-
61
.total-label {
7-
border: 1px solid $gray-500;
2+
border: 1px solid #707070;
83
}

src/editors/containers/VideoUploadEditor/index.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
2-
// to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
3-
@import "@edx/brand/paragon/variables";
4-
@import "@openedx/paragon/scss/core/_variables";
5-
61
.dropzone-middle {
72
border: 2px dashed #ccc;
83

@@ -34,7 +29,7 @@
3429
&, &:active, &:hover {
3530
background-color: transparent !important;
3631
border: none !important;
37-
color: $gray-500 !important;
32+
color: #707070 !important;
3833
}
3934
}
4035

0 commit comments

Comments
 (0)