Skip to content

Commit

Permalink
v1.1.9 - confident work
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 1, 2023
1 parent 012c997 commit af3bd21
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 53 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Move items to dist
run: cp anglish_given_names.json ./dist/
- name: Build CSS
run: npx tailwindcss -i ./src/input.css -o ./dist/output.css
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 0 additions & 1 deletion dist/anglish_given_names.json

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Anglish Name Generator</title>
<script type="module" crossorigin src="/name-generator/assets/index-88c461bc.js"></script>
<link rel="stylesheet" href="/name-generator/assets/index-d0f78971.css">
<script type="module" crossorigin src="/name-generator/assets/index-74deaad0.js"></script>
<link rel="stylesheet" href="/name-generator/assets/index-968db545.css">
</head>
<body>
<div id="app"></div>
Expand Down
50 changes: 2 additions & 48 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1759,13 +1759,6 @@ html {
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.label-text-alt {
font-size: 0.75rem;
line-height: 1rem;
--tw-text-opacity: 1;
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}

.input input:focus {
outline: 2px solid transparent;
outline-offset: 2px;
Expand Down Expand Up @@ -2191,42 +2184,17 @@ html {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}

.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}

.mt-24 {
margin-top: 6rem;
}

.mt-4 {
margin-top: 1rem;
}

.mt-5 {
margin-top: 1.25rem;
}

.mb-5 {
margin-bottom: 1.25rem;
}

.mr-5 {
margin-right: 1.25rem;
}

.mr-16 {
margin-right: 4rem;
}

.mr-20 {
margin-right: 5rem;
.mt-5 {
margin-top: 1.25rem;
}

.flex {
Expand All @@ -2253,10 +2221,6 @@ html {
cursor: pointer;
}

.content-center {
align-content: center;
}

.justify-between {
justify-content: space-between;
}
Expand All @@ -2270,16 +2234,6 @@ html {
padding-right: 0.5rem;
}

.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}

.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}

.text-xs {
font-size: 0.75rem;
line-height: 1rem;
Expand Down

0 comments on commit af3bd21

Please sign in to comment.