$first: $blue;
$global-variable: $red !global;
$references: $first;
$scss-function-with-variable: darken($red, 5%);
