Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added css variables support to sumac #9

Open
wants to merge 1 commit into
base: ednx-release/sumac.master
Choose a base branch
from

Conversation

Asespinel
Copy link

Description

This PR intends to add CSS Variables support to th Sumac release.

How to Test

  1. Create a Sumac environment you can use Tutor or TVM.
  2. Mount this MFE using this branch using tutor mounts add path/to/learning
  3. Run tutor config save
  4. Add this config to you development.py file or to your tenant settings:
MFE_CONFIG["PARAGON_THEME_URLS"] = {
    "core": {
        "url": "https://cdn.jsdelivr.net/npm/@openedx/paragon@$paragonVersion/dist/core.min.css"
    },
    "defaults": {
        "light": "light"
    },
    "variants": {
        "light": {
            "url": "https://cdn.jsdelivr.net/npm/@openedx/paragon@$paragonVersion/dist/light.min.css"
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant