Skip to content

Commit d89a12b

Browse files
committed
test examples
1 parent dc621e4 commit d89a12b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+78160
-34
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
/dist
43

54
# local env files
65
.env.local

dist/demo.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<meta charset="utf-8">
2+
<title>system demo</title>
3+
<script src="./system.umd.js"></script>
4+
<link rel="stylesheet" href="./system.css">
5+
6+
<script>
7+
console.log(system)
8+
</script>

dist/fonts/Lato-Italic.0acac383.eot

262 KB
Binary file not shown.

dist/fonts/Lato-Italic.4eb103b4.woff2

191 KB
Binary file not shown.

dist/fonts/Lato-Italic.4ffc48d0.ttf

624 KB
Binary file not shown.

dist/fonts/Lato-Italic.f28f2d64.woff

321 KB
Binary file not shown.

dist/fonts/Lato-Regular.27bd77b9.woff

302 KB
Binary file not shown.

dist/fonts/Lato-Regular.6d4e7822.ttf

593 KB
Binary file not shown.

dist/fonts/Lato-Regular.8ab18d93.eot

248 KB
Binary file not shown.
178 KB
Binary file not shown.

dist/fonts/Lato-Semibold.3b0cd725.ttf

600 KB
Binary file not shown.
180 KB
Binary file not shown.

dist/fonts/Lato-Semibold.8bb939ef.eot

251 KB
Binary file not shown.
306 KB
Binary file not shown.
191 KB
Binary file not shown.
261 KB
Binary file not shown.
320 KB
Binary file not shown.
616 KB
Binary file not shown.

0 commit comments

Comments
 (0)