Skip to content

Commit

Permalink
chore: Convert word cloud block sass variables to css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Aug 28, 2024
1 parent 0c2a919 commit 60e4449
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 60e4449

Please sign in to comment.