标签: html css class stylesheet classname
是否有可能使用CSS类CSS的名称(或部分)作为变量?
例如:
.width-NUMBER { width: NUMBERpx; }
然后在我的HTML中,我可能会看起来像:
<div class = "width-100"> Hello </div> <div class = "width-50"> bye </div>