Commit c763ce2c authored by iamkun's avatar iamkun Committed by hetech

Chore: add border zero (#15256)

parent 78304c2e
......@@ -106,6 +106,7 @@
"background-color-base": "基础背景色",
"border-radius-base": "大圆角",
"border-radius-small": "小圆角",
"border-radius-zero": "无圆角",
"border-radius-circle": "圆形圆角",
"box-shadow-base": "基础投影",
"box-shadow-dark": "深色投影",
......
......@@ -86,6 +86,8 @@ $--border-radius-base: 4px !default;
$--border-radius-small: 2px !default;
/// borderRadius|1|Radius|0
$--border-radius-circle: 100% !default;
/// borderRadius|1|Radius|0
$--border-radius-zero: 0 !default;
// Box-shadow
/// boxShadow|1|Shadow|1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment