标签: css html5 css3 if-statement
在CSS中,是否可以检查某个特定类是否已在任何先前的CSS中定义,如if语句if (defined('.main'.) { do this} else {do that},类似于此。
if (defined('.main'.) { do this} else {do that}
这在CSS或至少CSS 3.0中是否可行?
答案 0 :(得分:2)
尝试像http://lesscss.org/这样的框架。普通的CSS不支持这个。