Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
skaihigh committed Apr 25, 2023
0 parents commit 16fd461
Show file tree
Hide file tree
Showing 13 changed files with 3,006 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
109 changes: 109 additions & 0 deletions css_overrides/localhost:5173/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@

border-radius: 5;
display: flex;
flex-direction: column;
width: var(--width);
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="/@vite/client"></script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<style>
:root :not(:defined) {
display: none;;
}

body {
background-color : #fbf0e5;
}

</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js?t=1681309559027"></script>
<script
type="module"
src="../web-components/miles-wc.js"
></script>
</body>
</html>

border-radiu
border-radius: 5px;
display: flex;
flex-direction: column;
width: var(--width);
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;
overflow: hidden;

padding: 1.2rem;
background-color: var(--miles_primary_dark);
background-color: var(--miles_primary_dark);
background-color: var(--miles_primary_dark);
background-color: var(--miles_primary_dark);
background-color: var(--miles_primary_dark);
background-color: var(--miles_primary_dark);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);
width: var(--width);

border-radius: 5;
display: flex;
flex-direction: column;
width
color: var(--miles_primary_light);
margin: 0;
="en">
<head>
<script type="module" src="/@vite/client"></script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<style>
:root :not(:defined) {
display: none;;
}

body {
background-color : #fbf0e5;
}

</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js?t=1681309559027"></script>
<script
type="module"
src="../web-components/miles-wc.js"
></script>
</body>
</html>
50 changes: 50 additions & 0 deletions css_overrides/localhost:5173/null
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

aspect-ratio: 1 / 1;
margin: 0;
padding: 0;

aspect-ratio: 1 /;
margin: 0;
padding: 0;

aspect-ratio: 1;
margin: 0;
padding: 0;
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="/@vite/client"></script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<style>
:root :not(:defined) {
display: none;;
}

body {
background-color : #fbf0e5;
}

</style>
</head>
<body>
<div id="app"></div>

gap: 0;
display: flex;
flex-direction: column;
width: 100%;
ipt>
<
height: 200px;
aspect-ratio: 1 / 1;
margin: 0;
padding: 0;
padding: 0;
padding: 0;
padding: 0;
padding: 0;

27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<style>
:root :not(:defined) {
display: none;;
}

body {
background-color : #fbf0e5;
}

</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
<script
type="module"
src="../web-components/miles-wc.js"
></script>
</body>
</html>
73 changes: 73 additions & 0 deletions main.js

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

Loading

0 comments on commit 16fd461

Please sign in to comment.