while adding the test for #691, i found a possible bug. ``` @theme: red; ~".@{theme}" { color: red; } ``` produces ``` .#ff0000 { color: red; } ``` when i would have hoped it would be ``` .red { color: red; } ```