1 2 3 4 5 6 7 8 9
body { --some-variable: red; font-size: 12pt; background: #fff url(temp.png) top left no-repeat; div { &:hover { color; red;} } }