You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
493 B
17 lines
493 B
$emojis-requiring-inversion: 'back' 'copyright' 'curly_loop' 'currency_exchange'
|
|
'end' 'heavy_check_mark' 'heavy_division_sign' 'heavy_dollar_sign'
|
|
'heavy_minus_sign' 'heavy_multiplication_x' 'heavy_plus_sign' 'on'
|
|
'registered' 'soon' 'spider' 'telephone_receiver' 'tm' 'top' 'wavy_dash' !default;
|
|
|
|
%emoji-color-inversion {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.emojione {
|
|
@each $emoji in $emojis-requiring-inversion {
|
|
&[title=':#{$emoji}:'] {
|
|
@extend %emoji-color-inversion;
|
|
}
|
|
}
|
|
}
|