Using SASS, it\'s great to be able to make a variable \'out in the open\' (out-with a CSS selector):
$color: red; div { background-color: $color; } /*hund