Skip to content

Commit

Permalink
Fix incorrect formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde committed Sep 1, 2023
1 parent a82bc48 commit 5e50916
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Generated files
**/package-lock.json
**/build
**/dist
**/.next
**/.nuxt
**/.output
**/.svelte-kit

# Prettier formatting of HTML is questionable, let's skip it for now
**/*.html
Expand Down
16 changes: 8 additions & 8 deletions express-simple/static/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
body {
font-family: system-ui, sans-serif;
}

h1 {
font-weight: 800;
font-size: 1.5rem;
}
body {
font-family: system-ui, sans-serif;
}

h1 {
font-weight: 800;
font-size: 1.5rem;
}

0 comments on commit 5e50916

Please sign in to comment.