Skip to content

Commit

Permalink
use working version
Browse files Browse the repository at this point in the history
  • Loading branch information
issackjohn committed Nov 14, 2024
1 parent 10f48ae commit 67b101c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 181 deletions.
22 changes: 11 additions & 11 deletions experimental/responsive-design/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cooking with Lit and Tailwind</title>
</head>
<body style="overflow: hidden; margin: 0">
<iframe title="Cooking Website with Recipes" id="content-iframe" src="iframe.html" width="800px" height="600px" style="border: none"></iframe>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cooking with Lit and Tailwind</title>
</head>
<body style="overflow: hidden; margin: 0">
<iframe title="Cooking Website with Recipes" id="content-iframe" src="iframe.html" width="800px" height="600px" style="border: none"></iframe>
</body>
</html>
180 changes: 11 additions & 169 deletions experimental/responsive-design/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion experimental/responsive-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-html": "^1.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@web/dev-server": "^0.4.6",
"@web/dev-server": "0.4.3",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"postcss": "^8.4.40",
Expand Down
1 change: 1 addition & 0 deletions experimental/responsive-design/web-dev-server.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Using versions later than @web/dev-server 0.4.3 causes a live reload loop of ~5 iterations.
export default {
open: true,
nodeResolve: true,
Expand Down

0 comments on commit 67b101c

Please sign in to comment.