Skip to content

Commit

Permalink
fix: remove typo from shellbar (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan authored Apr 9, 2019
1 parent e13d166 commit ad68655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
plugins: stylelint-scss
rules:
# Possible errors

property-no-unknown: true
## Color
color-no-invalid-hex: true

Expand Down
2 changes: 1 addition & 1 deletion scss/components/shellbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $block: #{$fd-namespace}-shellbar;
display: inline-block;
vertical-align: middle;
width: $fd-shellbar-copilot-width;
«»height: $fd-shellbar-copilot-height;
height: $fd-shellbar-copilot-height;
> img {
display: block;
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
display: inline-block;
margin: 0;
padding: 0;
font-smoothing: antialiased;
font-smoothing: antialiased; /* stylelint-disable-line property-no-unknown */
appearance: none;
outline: 0;
border: 0;
Expand Down

0 comments on commit ad68655

Please sign in to comment.