round 1 of implementation of scaffold and design tokens

This commit is contained in:
2026-06-01 14:40:22 -06:00
parent 4df07aa44e
commit 6594f00779
8 changed files with 1523 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MK Design System</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>