Skip to content

Commit

Permalink
.prettierignore and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed May 3, 2021
1 parent 74e06af commit e3a7154
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dist
docs
examples
cardkit.js
dom.js
server.js
test/coverage
31 changes: 15 additions & 16 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>CardKit</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>CardKit</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<style type="text/css">
#card {
max-width: 600px;
margin: 0 auto;
}
</style>
</head>
<body>
<style type="text/css">
#card {
max-width: 600px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="ui"></div>

<div id="ui"></div>

<script type="text/javascript" src="./demo-dom-bundle.js"></script>
</body>
</html>
<script type="text/javascript" src="./demo-dom-bundle.js"></script>
</body>
</html>

0 comments on commit e3a7154

Please sign in to comment.