We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 269ca22 + 093bdad commit 9c1ffc7Copy full SHA for 9c1ffc7
client/styles/components/_loader.scss
@@ -4,6 +4,9 @@
4
display: flex;
5
justify-content: center;
6
align-items: center;
7
+ @include themify() {
8
+ background-color: getThemifyVariable('background-color');
9
+ }
10
}
11
12
0 commit comments