Skip to content

Commit

Permalink
fix: Update imports to the new brand package.
Browse files Browse the repository at this point in the history
The scope changed so we update any place the old package
was being imported explicitly.
  • Loading branch information
feanil committed Oct 19, 2023
1 parent 1ad84a2 commit 6719baa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const COMMANDS = {
{
name: 'theme',
description: 'The @edx/brand package to install.',
defaultValue: '@edx/brand-openedx@latest',
defaultValue: '@openedx/brand-openedx@latest',
required: false,
},
],
Expand Down
2 changes: 1 addition & 1 deletion lib/install-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function promptUserForTheme() {
type: 'input',
name: 'theme',
message: 'What @edx/brand package do you want to install?',
default: '@edx/brand-openedx@latest',
default: '@openedx/brand-openedx@latest',
},
]);
}
Expand Down
6 changes: 3 additions & 3 deletions www/src/scss/openedx-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "~@edx/brand-openedx/paragon/fonts";
@import "~@openedx/brand-openedx/paragon/fonts";
@import "variables";
@import "~@edx/brand-openedx/paragon/variables";
@import "~@openedx/brand-openedx/paragon/variables";
@import "~paragon-style/core/core";
@import "~@edx/brand-openedx/paragon/overrides";
@import "~@openedx/brand-openedx/paragon/overrides";
@import "base";

0 comments on commit 6719baa

Please sign in to comment.