Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jul 23, 2024
1 parent f0877ed commit 67980ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/foundations/scss/helpers/_divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@
block-size: variables.$db-border-height-3xs;
inset-block-start: 0;
inset-inline: 0;
/* stylelint-disable-next-line at-rule-empty-line-before */
} @else if $position == "bottom" {
block-size: variables.$db-border-height-3xs;
inset-block-end: 0;
inset-inline: 0;
/* stylelint-disable-next-line at-rule-empty-line-before */
} @else if $position == "left" {
inline-size: variables.$db-border-height-3xs;
inset-inline-start: 0;
inset-block: 0;
/* stylelint-disable-next-line at-rule-empty-line-before */
} @else if $position == "right" {
inline-size: variables.$db-border-height-3xs;
inset-inline-end: 0;
Expand Down

0 comments on commit 67980ed

Please sign in to comment.