Skip to content

Commit e7bf503

Browse files
refactor: code refactoring
1 parent 84481ad commit e7bf503

File tree

4 files changed

+1717
-1169
lines changed

4 files changed

+1717
-1169
lines changed

env.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
module.exports = {
2-
FALSE_VALUE: false,
3-
CORRECT_BOOL_VALUE: 'Good, false meant false. We did not cast a boolean to a string.',
4-
INCORRECT_BOOL_VALUE: 'Why was a false boolean true?',
5-
INTEGER_VALUE: 123,
62
PARAGON_THEME_URLS: {
73
core: {
84
urls: {
9-
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css1'
5+
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css'
106
},
117
},
128
defaults: {
@@ -15,7 +11,7 @@ module.exports = {
1511
variants: {
1612
light: {
1713
urls: {
18-
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css1',
14+
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
1915
},
2016
},
2117
},

0 commit comments

Comments
 (0)