mixin-consumer.less 83 B

123456
  1. @import "svg-gradient-mixin.less";
  2. .gray-gradient {
  3. .gradient-mixin(#999);
  4. }