6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
@import "svg-gradient-mixin.less";
|
|
|
|
.gray-gradient {
|
|
.gradient-mixin(#999);
|
|
}
|