mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 14:13:31 -06:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user