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