docs: adds instance theming related documentation#17
Merged
Conversation
4218eb7 to
9fe6b5c
Compare
kaustavb12
reviewed
Mar 16, 2026
Comment on lines
+26
to
+32
| 1. If the instance is using a release branch like `release/teak`, create a branch from it. If the instance already has a custom branch, go to next step. | ||
| 2. Remove the following from `.gitignore` | ||
| * `lms/static/sass/_lms-overrides.scss` | ||
| * `lms/static/sass/common-variables.scss` | ||
| 3. Create those 2 files. Could be empty, or add your customizations. | ||
| 4. Commit and push your branch | ||
| 5. Use the new branch in the `git clone` command under `PICASSO_EXTRA_COMMANDS`. |
Member
There was a problem hiding this comment.
@tecoholic In tutor-contrib-grove, we have a way of adding custom CSS overriding the design tokens SIMPLE_THEME_EXTRA_CSS. However, what I understand is that, this still only affects MFE themes and not the legacy UI. However, what you suggest is to implement legacy UI theming. Is this correct?
Member
Author
There was a problem hiding this comment.
Yes. That's my understanding as well. If we look at the implementation, the SIMPLE_THEME_EXTRA_CSS is added to the customization.scss of the MFE build and not the legacy theme. This set of instructions is specifically for the legacy UI theming.
I had mentioned the SIMPLE_THEME_EXTRA_CSS usage as a "tip" in the MFE customization section of the docs as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Internal-ref: https://tasks.opencraft.com/browse/SE-6592