publish 2.0.28
This commit is contained in:
parent
bf3398eb26
commit
636b94ca75
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue