- Photo by Louis Hansel @shotsoflouis on Unsplash -
-- Test process.env variable: - foo -
-- Non-existent process.env variable (nothing here is good): -
-- - env.config.js boolean test: - - Good, false meant false. We did not cast a boolean to a string. -
-- env.config.js integer test: - It was an integer. Great. -
-- I'm aligned right, but left in RTL. -
-
-
- Note: Depending on the versions of
-
- @openedx/paragon
-
- and/or
-
- @edx/brand
-
- installed, it is expected that no exposed theme CSS assets be listed here.
-
-
- PARAGON_THEME
-
- global variable
- - { - "paragon": { - "version": "1.0.0", - "themeUrls": { - "core": { - "fileName": "core.min.css" - }, - "defaults": { - "light": "light" - }, - "variants": { - "light": { - "fileName": "light.min.css" - } - } - } - }, - "brand": { - "version": "1.0.0", - "themeUrls": { - "core": { - "fileName": "core.min.css" - }, - "defaults": { - "light": "light" - }, - "variants": { - "light": { - "fileName": "light.min.css" - } - } - } - } -} --
+ Photo by Louis Hansel @shotsoflouis on Unsplash +
++ Test process.env variable: + foo +
++ Non-existent process.env variable (nothing here is good): +
++ + env.config.js boolean test: + + Good, false meant false. We did not cast a boolean to a string. +
++ env.config.js integer test: + It was an integer. Great. +
++ I'm aligned right, but left in RTL. +
+
+
+ Note: Depending on the versions of
+
+ @openedx/paragon
+
+ and/or
+
+ @edx/brand
+
+ installed, it is expected that no exposed theme CSS assets be listed here.
+
+
+ PARAGON_THEME
+
+ global variable
+ + { + "paragon": { + "version": "1.0.0", + "themeUrls": { + "core": { + "fileName": "core.min.css" + }, + "defaults": { + "light": "light" + }, + "variants": { + "light": { + "fileName": "light.min.css" + } + } + } + }, + "brand": { + "version": "1.0.0", + "themeUrls": { + "core": { + "fileName": "core.min.css" + }, + "defaults": { + "light": "light" + }, + "variants": { + "light": { + "fileName": "light.min.css" + } + } + } + } +} ++