File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
VideoEditor/components/VideoSettingsModal/components/DurationWidget Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- @import " @openedx/paragon/scss/core/core" ;
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" ;
2
5
3
6
.total-label {
4
7
border : 1px solid $gray-500 ;
Original file line number Diff line number Diff line change 1
- @import " @openedx/paragon/scss/core/core" ;
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" ;
2
5
3
6
.dropzone-middle {
4
7
border : 2px dashed #ccc ;
You can’t perform that action at this time.
0 commit comments