Skip to content

Commit

Permalink
Update frontend-enterprise version (#495)
Browse files Browse the repository at this point in the history
Changes the way we import scss
  • Loading branch information
Lael Birch authored Mar 8, 2021
1 parent 703a7d6 commit 2b8dacc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 196 deletions.
220 changes: 26 additions & 194 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babel/plugin-transform-runtime": "7.12.1",
"@edx/brand": "npm:@edx/brand-openedx@^1.1.0",
"@edx/frontend-enterprise": "^4.6.2",
"@edx/frontend-enterprise": "5.1.0",
"@edx/frontend-platform": "1.8.4",
"@edx/paragon": "13.13.2",
"@fortawesome/fontawesome-svg-core": "1.2.32",
Expand Down
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $modal-max-width: 650px;
@import "~@edx/brand/paragon/variables";
@import "~@edx/paragon/scss/core/core";
@import "~@edx/brand/paragon/overrides";
@import "~@edx/frontend-enterprise/src/course-search/styles/index";
@import "~@edx/frontend-enterprise";

$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome";
Expand Down

0 comments on commit 2b8dacc

Please sign in to comment.