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! Dropping Sass support from builtin video block #35506

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

farhan
Copy link
Contributor

@farhan farhan commented Sep 19, 2024

Dropping Sass support from builtin video block

Tickets:

#35300
#35306

Linked PRs:
https://github.com/openedx/edx-platform/pull/35434/files

@farhan farhan force-pushed the farhan/sass-to-css-video-block branch from 15e37bf to 364b0a9 Compare September 20, 2024 12:43
@farhan farhan force-pushed the farhan/sass-to-css-video-block branch from 364b0a9 to 9e119c4 Compare September 20, 2024 12:52
@farhan farhan force-pushed the farhan/sass-to-css-video-block branch from bd41dcd to a509763 Compare September 21, 2024 12:16
@farhan farhan changed the title Dropping Sass support from builtin video block feat! Dropping Sass support from builtin video block Sep 23, 2024
@farhan farhan self-assigned this Sep 23, 2024
@farhan farhan marked this pull request as ready for review September 23, 2024 09:13
if not css_absolute_path.is_file():
raise FileNotFoundError(f"css file not found: {css_absolute_path}")
# fragment.add_css_url(str(css_absolute_path))
fragment.add_css(css_absolute_path.read_text(encoding='utf-8'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kdmccormick I have changed css url addition to css content addition as css url is not accessible on browser and css file needs to add in the static files.

Please guide what should be the way forward of implementation?

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