From 05fcfebff111689228d4d8b6959e9ec4e00bb8a2 Mon Sep 17 00:00:00 2001 From: dmail Date: Tue, 10 Oct 2023 09:40:17 +0200 Subject: [PATCH] use prettier --- docs/production_mode/demo/src/main.html | 2 +- docs/production_mode/demo_with_importmap/src/default.html | 2 +- docs/production_mode/demo_with_importmap/src/dev.html | 2 +- docs/production_mode/demo_with_importmap/src/prod.html | 2 +- src/main.css | 4 +++- src/main.html | 2 +- src/tests/greet.test.html | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/production_mode/demo/src/main.html b/docs/production_mode/demo/src/main.html index b107386..6064efa 100644 --- a/docs/production_mode/demo/src/main.html +++ b/docs/production_mode/demo/src/main.html @@ -1,4 +1,4 @@ - + App diff --git a/docs/production_mode/demo_with_importmap/src/default.html b/docs/production_mode/demo_with_importmap/src/default.html index 8378000..e74bb2f 100644 --- a/docs/production_mode/demo_with_importmap/src/default.html +++ b/docs/production_mode/demo_with_importmap/src/default.html @@ -1,4 +1,4 @@ - + Default mode diff --git a/docs/production_mode/demo_with_importmap/src/dev.html b/docs/production_mode/demo_with_importmap/src/dev.html index e18d7ef..1556bd9 100644 --- a/docs/production_mode/demo_with_importmap/src/dev.html +++ b/docs/production_mode/demo_with_importmap/src/dev.html @@ -1,4 +1,4 @@ - + Development mode diff --git a/docs/production_mode/demo_with_importmap/src/prod.html b/docs/production_mode/demo_with_importmap/src/prod.html index 71dbf72..264ddba 100644 --- a/docs/production_mode/demo_with_importmap/src/prod.html +++ b/docs/production_mode/demo_with_importmap/src/prod.html @@ -1,4 +1,4 @@ - + Production mode diff --git a/src/main.css b/src/main.css index fae9034..451de0e 100644 --- a/src/main.css +++ b/src/main.css @@ -2,6 +2,8 @@ font-family: "Roboto"; font-style: normal; font-weight: 400; - src: local("Roboto"), url(./roboto_v27_latin_regular.woff2) format("woff2"); + src: + local("Roboto"), + url(./roboto_v27_latin_regular.woff2) format("woff2"); font-display: swap; } diff --git a/src/main.html b/src/main.html index 4bd5107..43e32de 100644 --- a/src/main.html +++ b/src/main.html @@ -1,4 +1,4 @@ - + PWA Example diff --git a/src/tests/greet.test.html b/src/tests/greet.test.html index 9303c21..301b12a 100644 --- a/src/tests/greet.test.html +++ b/src/tests/greet.test.html @@ -1,4 +1,4 @@ - + Greet test