6 lines
82 B
SCSS
6 lines
82 B
SCSS
|
#volumeSVG {
|
||
|
@if $icedream-saturation {
|
||
|
@include saturate-from-red();
|
||
|
}
|
||
|
}
|