NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/less/test/less/plugin-preeval.less
2023-09-14 14:47:11 +08:00

15 lines
176 B
Plaintext

@plugin "./plugin/plugin-preeval";
.two(@rules: {}) {
:root.two & {
@rules();
}
}
.one {
.two({
--foo: @replace !important;
});
}
@stop: end;