我听说我们可以在CSS中声明/定义变量,并将其像全局变量一样使用:
@nice-blue: #5B83AD; #header { color: @nice-blue; }
所以有人知道如何使用它们吗?
为此,您需要使用CSS动态语言的 Less 或 Sass。