publish 2.0.28

This commit is contained in:
yangchch6 2019-03-27 15:14:08 +08:00
parent bf3398eb26
commit 636b94ca75
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tinper-bee-core",
"version": "2.0.27",
"version": "2.0.28",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {

View File

@ -1,9 +1,9 @@
@import "minxin-colors";
// 默认色
$default-color: $palette-grey-300;
$default-color-dark: $palette-grey-400;
$default-color-light: $palette-grey-400;
$default-color: $palette-blue-grey-50;
$default-color-dark: "223,225,230";
$default-color-light: "223,225,230";
// 主题色
$primary-color: "245, 60, 50" !default;