有没有办法在css中使用变量?

时间:2012-11-30 13:36:35

标签: css

我想写这样的css代码。有没有可用的插件?

mcolor = #ff00ff;

body
{
    color: mcolor;
}

.ele
{
    width: body.width / 2;
}

3 个答案:

答案 0 :(得分:6)

答案 1 :(得分:0)

在纯CSS中,这是不可能的。但是有一个working draft of the spec。它不会很快在浏览器中出现,因此同时使用LESS或SASS作为@Logan Serman建议

答案 2 :(得分:-1)

不,没有办法在css中使用变量。

如果你想使用varaible,那么你想在php或javascript或orher语言中使用css。

了解更多信息。你在

上学到了这一点

http://lesscss.org/

OR

http://sass-lang.com/