ccs值中的符号@是什么?

时间:2015-05-29 08:04:22

标签: css

我在css值中看到@name(例如)@menu。我注意到它与php数组有关,但我不知道究竟是什么。它用于引用php代码中的数据结构吗? @表示特殊的东西,或者只是普通字母的一部分值。

例如:

.menu .block {
  background-color: @menucolor;
  border-color: @menuborders;
}

当我在css中搜索@时,我在css中看到了@rules。但我无法在css值中找到有关@的信息。有谁知道?感谢。

1 个答案:

答案 0 :(得分:2)

这在CSS预处理器(如LESS或SCSS)中非常有用。不at-rules因为@import @page @media @ font-face @charset @namespace是at-rules。