Skip to content

Commit

Permalink
Merge pull request #35386 from openedx/farhan/convert-wordcloud-sass-…
Browse files Browse the repository at this point in the history
…to-css

chore: Convert word cloud block sass variables to css variables
  • Loading branch information
farhan committed Aug 29, 2024
2 parents b323e65 + 60e4449 commit 7530927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/assets/word_cloud/_display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import 'lms/theme/variables-v1';

.input-cloud {
margin: ($baseline/4);
margin: calc((var(--baseline)/4));
}

.result_cloud_section {
Expand Down

0 comments on commit 7530927

Please sign in to comment.