$myColor: red; .myComponent { button { background-color: $myColor; } }
.myComponent button { background-color: red; }
body { div { background-color: green; } }