You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shared frontend-component-{header|footer} JS libraries rely on SCSS variables and mixins that are no longer exposes/useful in a world where the consuming MFE is utilizing design tokens and CSS variables.
We will need to update the shared header/footer components to avoid making use of SCSS variables and mixins, in favor of the new CSS variables and custom media breakpoints generated from design tokens.
Note: we can execute on this task to get draft PRs ready to merge prior to releasing Paragon's alpha release to latest. Use the alpha version for now in package.json, but it should be quick drop-in replacement with latest once design tokens is merged into latest.
The text was updated successfully, but these errors were encountered:
The shared
frontend-component-{header|footer}
JS libraries rely on SCSS variables and mixins that are no longer exposes/useful in a world where the consuming MFE is utilizing design tokens and CSS variables.We will need to update the shared header/footer components to avoid making use of SCSS variables and mixins, in favor of the new CSS variables and custom media breakpoints generated from design tokens.
2 repos for Open edX:
2 repos for edX.org:
Note: we can execute on this task to get draft PRs ready to merge prior to releasing Paragon's
alpha
release tolatest
. Use thealpha
version for now inpackage.json
, but it should be quick drop-in replacement withlatest
once design tokens is merged intolatest
.The text was updated successfully, but these errors were encountered: