From 5e50916df786ad290ce8132bee713d6fb00ae199 Mon Sep 17 00:00:00 2001 From: Florens Verschelde Date: Fri, 1 Sep 2023 14:50:17 +0200 Subject: [PATCH] Fix incorrect formatting --- .prettierignore | 6 ++++++ express-simple/static/style.css | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.prettierignore b/.prettierignore index 59ba35c..203474b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -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 diff --git a/express-simple/static/style.css b/express-simple/static/style.css index 1a16b58..5b81793 100644 --- a/express-simple/static/style.css +++ b/express-simple/static/style.css @@ -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; +}