Skip to content

Commit

Permalink
fix(Tab): change variable order
Browse files Browse the repository at this point in the history
  • Loading branch information
guanpu committed Apr 11, 2019
1 parent 70511e9 commit 8451ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tab/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ $tab-pure-divider-line: $tab-pure-divider-border-style $tab-pure-divider-line-wi
/// @namespace size/tab
$tab-wrapped-border-line-style: $line-solid !default;

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

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

Expand Down

0 comments on commit 8451ef8

Please sign in to comment.