LESS Variable Interpolation
问题 I'm trying to simplify my CSS even further than I already have with LESS by using functions and variable interpolation. I was completely unaware of variable interpolation until I took a look at Hover.css' less files which is no surprise as to why I'm screwing up now. I'm working on Reddit to make a flair system and I am encountering problems using variable interpolation. I am currently using the below as a test: .flair.flair-one { color: red; } .flair.flair-two { color: green; } .flair.flair