Skip to content

feat: add css variables support sumac#14

Closed
jignaciopm wants to merge 1 commit intoednx-release/sumac.masterfrom
jipm/added-css-variables-support-sumac
Closed

feat: add css variables support sumac#14
jignaciopm wants to merge 1 commit intoednx-release/sumac.masterfrom
jipm/added-css-variables-support-sumac

Conversation

@jignaciopm
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/learner-dashboard
  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@23.0.0-alpha.7/dist/core.min.css"
    },
    "defaults": {
        "light": "light"
    },
    "variants": {
        "light": {
            "url": "https://css-varsify.s3.amazonaws.com/public/22caea1f-f3ed-49a1-98f2-504471458853.css"
        }
    }
}

@jignaciopm jignaciopm closed this Jan 20, 2025
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

Comments