Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

57 lines (45 loc) · 1.91 KB

更新记录

1.0.9 (2021-01-6)

默认兼容老版IE设置false:
$global-for-ie:false;

1.0.8 (2019-11-14)

添加caret-color(input光标):
@include c-c($color:#0066cc);

1.0.7 (2019-05-10)

修复compatibility()判断全局兼容函数bug;

1.0.6 (2019-02-01)

修改小程序rpx转值;

1.0.5 (2019-01-08)

修改@include base(
      $red : $c-red,
      $blue : $c-blue,
      $yellow : $c-yellow,
      $orange : $c-orange,
      $gray : $c-gray,
      $disabled : $c-dark,
      $bor_color : $c-dark
); 颜色值与_var.scss 颜色变量值同步;

1.0.4 (2018-12-18)

添加基础变量:

  • $c-link : #72ACE3;
  • $c-white : #fff;
  • $c-black : #000;
  • $c-gray : #999;
  • $c-dark : #333;
  • $c-disabled: #666;
  • $c-blue : #3B91FF;
  • $c-green : #13CE66;
  • $c-yellow : #FFAE00;
  • $c-orange : #e8590c;
  • $c-red : #E11617;
  • $c-pink : #c2255c;
  • $c-grape : #9c36b5;
  • $c-violet : #6741d9;
  • $c-indigo : #3b5bdb;
  • $c-cyan : #0c8599;
  • $c-teal : #099268;
  • $c-lime : #66a80f;
  • $f-value : 14;
  • $lh-value : 18;
  • $bdrs-value: 5;