-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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! Dropping Sass support from builtin LTI block #35603
Closed
ttqureshi
wants to merge
8
commits into
openedx:farhan/sass-to-css-video-block
from
ttqureshi:ttqureshi/sass-to-css-lti-block
Closed
feat! Dropping Sass support from builtin LTI block #35603
ttqureshi
wants to merge
8
commits into
openedx:farhan/sass-to-css-video-block
from
ttqureshi:ttqureshi/sass-to-css-lti-block
Conversation
This file contains 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
- Replace add_sass_to_fragment to add_css_to_fragment in lti_block.py file
farhan
approved these changes
Oct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR seems great to me.
Good work 🌟
farhan
requested changes
Oct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requested a change
farhan
added
the
hacktoberfest-accepted
Issue accepted for hacktoberfest participants
label
Oct 11, 2024
farhan
force-pushed
the
farhan/sass-to-css-video-block
branch
4 times, most recently
from
October 16, 2024 10:24
d280339
to
7558ad4
Compare
farhan
force-pushed
the
farhan/sass-to-css-video-block
branch
2 times, most recently
from
October 23, 2024 13:40
8f58637
to
7764e47
Compare
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.
Dropping Sass Support from Built-in LTI Block
Tickets: #35570
Tasks:
xmodule/static/css-builtin-blocks
.add_sass_to_fragment
toadd_css_to_fragment
inlti_block.py
fileTesting
npm run build
to run webpack and compile sass files../manage.py lms collectstatic
in lms shell to re-collect static files../manage.py cms collectstatic
in cms shell to re-collect static files.Screenshots