fix: remove imports breaking build (#500)

This commit is contained in:
Kristin Aoki
2024-08-02 15:04:49 -04:00
committed by GitHub
parent beb4813c53
commit b68257e176
2 changed files with 2 additions and 12 deletions

View File

@@ -1,8 +1,3 @@
// do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
// to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
@import "@edx/brand/paragon/variables";
@import "@openedx/paragon/scss/core/_variables";
.total-label {
border: 1px solid $gray-500;
border: 1px solid #707070;
}

View File

@@ -1,8 +1,3 @@
// do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
// to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
@import "@edx/brand/paragon/variables";
@import "@openedx/paragon/scss/core/_variables";
.dropzone-middle {
border: 2px dashed #ccc;
@@ -34,7 +29,7 @@
&, &:active, &:hover {
background-color: transparent !important;
border: none !important;
color: $gray-500 !important;
color: #707070 !important;
}
}