Skip to content

Commit

Permalink
fix(Core): use '0px' as zero unit to prevent css error (#4056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil0o0 authored Aug 25, 2022
1 parent 3953968 commit 2d2656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/style/_corner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $corner-semicircle: 500px !default;
/// @semantic 直角
/// @export
/// @unconfigurable
$corner-zero: 0 !default;
$corner-zero: 0px !default;

// ----------- patch ----------- //
$corner-right-angle: $corner-zero;

0 comments on commit 2d2656e

Please sign in to comment.