Skip to content

Commit

Permalink
fix(Tab): remove invalid character in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed Apr 11, 2019
1 parent 8451ef8 commit 8dbd6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ $tab-wrapped-border-line-style: $line-solid !default;
/// @namespace size/tab
$tab-wrapped-border-line-width: $line-1 !default;

/// border width (non-active)
/// border width (normal)
/// @namespace size/tab
$tab-wrapped-border-side-width: $line-1 !default;

Expand Down

0 comments on commit 8dbd6df

Please sign in to comment.