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

@@ -7,11 +7,10 @@
background-color: $sidebar-color;
@include mq(md) {
flex-wrap: nowrap;
flex-flow: column nowrap;
position: fixed;
width: $nav-width-md;
height: 100%;
flex-direction: column;
border-right: $border $border-color;
align-items: flex-end;
}