Skip to content

Commit

Permalink
remove some useless packages and update some files
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-afraz committed Aug 23, 2022
1 parent 1eba483 commit 3165117
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4,012 deletions.
15 changes: 6 additions & 9 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
<title>&lt;my-element> Demo</title>
<script type="module" src="/dist/compiled/index.js"></script>
</head>
<body style="width: 100%;height: 100%">
<body >
<h-row>
<div class="col col-6-sm col-12">
col-12
<div class="col col-6" style="background-color: blue;color: white">
col-6
</div>
<div class="col col-6" style="background-color: red;color: white">
col-6
</div>
<div class="col col-6-sm col-12">
col-12
</div>
<div class="col col-6-sm col-12">
<h-button text="mojtaba"></h-button>
</div>
</h-row>
</body>
</html>
Loading

0 comments on commit 3165117

Please sign in to comment.