Standardize SCSS:declaration-block-no-redundant-longhand-properties (#1102)

* Fix stylelint "declaration-block-no-redundant-longhand-properties"

Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
Simone
2022-12-31 09:51:54 +01:00
committed by GitHub
parent 8e81e21470
commit 551398f92f
7 changed files with 12 additions and 44 deletions

View File

@@ -22,10 +22,7 @@ td {
@include fs-3;
min-width: 120px;
padding-top: $sp-2;
padding-right: $sp-3;
padding-bottom: $sp-2;
padding-left: $sp-3;
padding: $sp-2 $sp-3;
background-color: $table-background-color;
border-bottom: $border rgba($border-color, 0.5);
border-left: $border $border-color;