This commit is contained in:
parent
448b3c5cf9
commit
faabe4d447
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinper-bee-core",
|
||||
"version": "2.0.12-alpha.4",
|
||||
"version": "2.0.12-alpha.6",
|
||||
"description": "style core and js util for tinper-bee",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -65,10 +65,8 @@ $inverse: unquote("rgb(#{$color-white})") !default;
|
|||
$border-color-base: unquote("rgb(#{$border-color})") !default;
|
||||
$line-height-base: 1.57142857;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 边框圆角
|
||||
$border-radius-base: $border-radius;
|
||||
|
||||
// 阴影
|
||||
|
||||
|
|
Loading…
Reference in New Issue