We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2b90a commit d20ef27Copy full SHA for d20ef27
webpack/sass/main.scss
@@ -70,6 +70,8 @@ pre {
70
('priority-positive' #cfda2c #000000),
71
('priority-favourable' #008672 #ffffff),
72
('miscellaneous' #000000 #ffffff),
73
+ ('hacktoberfest' #883255 #ffffff),
74
+ ('invalid' #eeeeee #000000),
75
);
76
@each $category, $background-color, $foreground-color in $label-colors {
77
&.#{$category} {
0 commit comments