Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 3, 2024
1 parent ab5fe55 commit e9ce75e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core/src/components/button/button.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,3 @@

// Button
// --------------------------------------------------

/// @prop - Padding top of the round button
$button-round-padding-top: 0;

/// @prop - Padding end of the round button
$button-round-padding-end: 26px;

/// @prop - Padding bottom of the round button
$button-round-padding-bottom: $button-round-padding-top;

/// @prop - Padding start of the round button
$button-round-padding-start: $button-round-padding-end;

0 comments on commit e9ce75e

Please sign in to comment.