chore: utils

This commit is contained in:
Cory Dransfeldt 2024-10-26 17:16:57 -07:00
parent 55edb66172
commit 59e37a8fe8
No known key found for this signature in database
3 changed files with 14 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.0.1", "version": "2.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.0.1", "version": "2.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.6.0", "@cdransf/api-text": "^1.6.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "2.0.1", "version": "2.0.2",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -580,3 +580,14 @@ ol {
height: auto; height: auto;
width: 100%; width: 100%;
} }
/* utilities */
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
width: 1px;
height: 1px;
position: absolute;
overflow: hidden;
}