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