Skip to content

Commit 977bb20

Browse files
committed
Migrate gallery's SCSS files too
1 parent 64c132d commit 977bb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/src/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../app/src/styles/colors';
1+
@use '../../app/src/styles/colors';
22

33
@mixin gallery-description {
44
display: table-cell;
@@ -31,7 +31,7 @@
3131
.gallery-heading {
3232
&__description {
3333
@include gallery-description;
34-
color: $color-accent-light;
34+
color: colors.$color-accent-light;
3535
}
3636

3737
&__toggle {

0 commit comments

Comments
 (0)