在CSS中使用类名作为变量

时间:2015-12-17 16:04:20

标签: html css class stylesheet classname

是否有可能使用CSS类CSS的名称(或部分)作为变量?

例如:

.width-NUMBER {
   width: NUMBERpx;
}

然后在我的HTML中,我可能会看起来像:

<div class = "width-100">
Hello
</div>
<div class = "width-50">
bye
</div>

0 个答案:

没有答案