Skip to content

Commit

Permalink
feat: add demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan committed Feb 20, 2020
1 parent d24deae commit 6cbbbbf
Show file tree
Hide file tree
Showing 12 changed files with 1,223 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.settings/

# Dev dependencies and cache files
dist/
node_modules/
npm-debug.log

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

1. 在页面的 `<head>` 标签中引入 `heti.css` 文件:
```
<link rel="stylesheet" href="./heti.css">
<link rel="stylesheet" href="./dist/heti.min.css">
```
1. 在要作用的容器元素上增加 `class="heti"` 的类名即可:。
```
Expand Down
Binary file added demo/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions demo/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions demo/heti.min.css

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

Loading

0 comments on commit 6cbbbbf

Please sign in to comment.