mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
23 lines
194 B
Plaintext
23 lines
194 B
Plaintext
@charset "UTF-8";
|
|
|
|
@import "import/test.less";
|
|
|
|
.start() {
|
|
.test2 {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
.mix() {
|
|
color: black;
|
|
}
|
|
|
|
.test1 {
|
|
.mix();
|
|
}
|
|
|
|
.start();
|
|
|
|
.mixin_import1();
|
|
|
|
.mixin_import2(); |