Skip to content

Commit

Permalink
stylelint: block-closing-brace-space-before
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Jun 24, 2022
1 parent a242af4 commit 2601cf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"at-rule-name-space-after": null,
"at-rule-no-vendor-prefix": null,
"at-rule-semicolon-newline-after": null,
"block-closing-brace-space-before": null,
"block-opening-brace-newline-after": null,
"block-opening-brace-newline-before": null,
"block-opening-brace-space-after": null,
Expand Down
2 changes: 1 addition & 1 deletion pkg/shell/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -682,5 +682,5 @@ $desktop: $phone + 1px;
0% { opacity: 0; max-height: 0; max-width: 0; }
50% { opacity: 0; max-height: 0; max-width: 0; }
75% { opacity: 0; max-height: 100%; max-width: 100%; }
100% {opacity: 1; max-height: 100%; max-width: 100%}
100% {opacity: 1; max-height: 100%; max-width: 100% }
}

0 comments on commit 2601cf6

Please sign in to comment.