Skip to content

Commit

Permalink
style: yarn run prettier for index.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhuang18 committed Aug 15, 2023
1 parent f1288e6 commit b5b428a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/ContentScripts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
background-color: var(--button-default-bgColor-rest, var(--color-btn-bg));
border-color: var(--button-default-borderColor-rest, var(--color-btn-border));
box-shadow: var(--button-default-shadow-resting, var(--color-btn-shadow)),
var(--button-default-shadow-inset, var(--color-btn-inset-shadow));
var(--button-default-shadow-inset, var(--color-btn-inset-shadow));
transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
transition-property: color, background-color, box-shadow, border-color;
}
Expand All @@ -134,4 +134,3 @@
flex-direction: column;
justify-content: flex-end;
}

0 comments on commit b5b428a

Please sign in to comment.