Skip to content

Commit dc175a8

Browse files
committed
replace SASS var with CSS var for color value.
1 parent e3d229b commit dc175a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/app/styles/components/learner-group/course-associations.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.learner-group-course-associations {
55
@include m.detail-container-content;
6-
border-top: 1px dotted c.$orange;
6+
border-top: 1px dotted (var(--orange));
77

88
.header {
99
@include m.detail-container-header;

0 commit comments

Comments
 (0)