消除对&的需求在较少的包装器中添加前置到选择器而不添加空格

时间:2017-06-27 22:03:08

标签: less dreamweaver

这是我的代码:

.html-default-tag-color {color: #99cdff}
.html_specific-tag-colors() {
    .cm-m-xml.cm-tag- {
        &img {color: #909}
        &table, &th, &td, &tr {color: #099}
        &form {color: orange; font-weight: bold}
    }
}

......以上使用后者在下面的混音...     只对消除"&"在上面

#makeImportant() 
{                                           
    .HTML {
        &.cm-m-xml.cm-tag {.html-default-tag-color};

        .html_specific-tag-colors();
    }
    // important required to override usage in code outside my control
} & { #makeImportant() !important}

必须在更少的情况下完成 - 在Dreamweaver内部配置较少的环境。

0 个答案:

没有答案