Parent story: #35300
Copy the following tasks into the PR description of the XBlock and update the status on PR.
Tasks:
Testing Notes:
Reference PR:
Here is initial reference PR [Some the changes are only 1 time changes so don't need them in next block PR's.]
Parent story: #35300
Copy the following tasks into the PR description of the XBlock and update the status on PR.
Tasks:
Convert Sass variable into css variables
Compile the css file of the block following given steps.
xmodule/static/css-builtin-blocks.Replace add_sass_to_fragment to add_css_to_fragment in blocks
.pyfileRemove all .scss files linked to the block under xmodule/assets.
Testing Notes:
npm run buildto run webpack and compile sass files../manage.py lms collectstaticin lms shell to re-collect static files../manage.py cms collectstaticin cms shell to re-collect static files.Reference PR:
Here is initial reference PR [Some the changes are only 1 time changes so don't need them in next block PR's.]