Skip to content

Commit

Permalink
use prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Oct 10, 2023
1 parent affb737 commit 05fcfeb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/production_mode/demo/src/main.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>App</title>
Expand Down
2 changes: 1 addition & 1 deletion docs/production_mode/demo_with_importmap/src/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Default mode</title>
Expand Down
2 changes: 1 addition & 1 deletion docs/production_mode/demo_with_importmap/src/dev.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Development mode</title>
Expand Down
2 changes: 1 addition & 1 deletion docs/production_mode/demo_with_importmap/src/prod.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Production mode</title>
Expand Down
4 changes: 3 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion src/main.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<title>PWA Example</title>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/greet.test.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Greet test</title>
Expand Down

0 comments on commit 05fcfeb

Please sign in to comment.