Skip to content

Commit e7b46f7

Browse files
authored
Revert "chore: attempting to update themes to the newer version of font awesome" (#999)
* Revert "chore: attempting to update themes to the newer version of font awes…" This reverts commit 215084e. * chore: reverting the font-awesome update updating the plug-in version on the reversion, though.
1 parent d4e7337 commit e7b46f7

File tree

7 files changed

+98
-123
lines changed

7 files changed

+98
-123
lines changed

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.4'
1+
__version__ = '0.5.5'

edx_credentials_themes/static/edx.org/base/sass/_config.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33

44
// About: variable and configuration overrides
55

6+
// ------------------------------
7+
// #VARIABLES
8+
// ------------------------------
9+
$fa-font-path: '~font-awesome/fonts';
10+
611
// Without this, bootstrap's print mode is too wide
712
$print-body-min-width: 0;

edx_credentials_themes/static/edx.org/base/sass/_lib.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// About: third party libraries and dependencies import
55

6-
@import "@fortawesome/fontawesome-svg-core";
6+
@import '~font-awesome/scss/font-awesome';
77
@import "@edx/brand/paragon/fonts";
88
@import "@edx/brand/paragon/variables";
99
@import "@openedx/paragon/scss/core/core";

edx_credentials_themes/static/edx.org/css/edx.org.base.style-ltr.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.base.style-rtl.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)