code-list.scss 97 字节
Newer Older
1 2 3 4 5
@include b(code-list) {
  @include e(item){
    color: getCssVar('code-list','item-color');
  }
}