Skip to content

Commit

Permalink
format after pretter v4
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jul 9, 2023
1 parent 23e13c5 commit 486186f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="nb">
<head>
<meta charset="utf-8" />
Expand Down
6 changes: 5 additions & 1 deletion src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ $green100: rgba(144, 244, 148, 1);
overflow-x: hidden;
font-size: 18px;

font-family: 'Sora Variable', system-ui, -apple-system, sans-serif;
font-family:
'Sora Variable',
system-ui,
-apple-system,
sans-serif;

background-color: var(--background-color);
color: var(--text-color);
Expand Down
5 changes: 4 additions & 1 deletion src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
color: inherit;
border-radius: 80px;

transition: background-color 0.2s, transform 0.2s, border-color 0.2s;
transition:
background-color 0.2s,
transform 0.2s,
border-color 0.2s;

&:hover {
text-decoration: none;
Expand Down

0 comments on commit 486186f

Please sign in to comment.