You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
@import (once) "./toolbar.less";
|
|
@import (once) './fileupload.less';
|
|
@import (once) './alertify.less';
|
|
@import (once) './tokenfield.less';
|
|
@import (once) './creation.less';
|
|
@import (once) './tippy.less';
|
|
|
|
.framework_main(@bg-color, @warn-color, @color) {
|
|
.toolbar_main(
|
|
@bg-color: @bg-color,
|
|
@warn-color: @warn-color,
|
|
@color: @color
|
|
);
|
|
.fileupload_main();
|
|
.alertify_main();
|
|
.tokenfield_main();
|
|
.tippy_main();
|
|
.creation_main(
|
|
@bg-color: @bg-color,
|
|
@warn-color: @warn-color,
|
|
@color: @color
|
|
);
|
|
}
|
|
|