unfinished, but add errors
All checks were successful
/ build (push) Successful in 27s

This commit is contained in:
Ruben 2025-04-20 00:05:02 -05:00
commit 5a2133618a
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
18 changed files with 3176 additions and 0 deletions

View file

@ -640,4 +640,19 @@ uses Tabler icons via https://icon-sets.iconify.design/tabler to generate reusab
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}
/* ti-mood-sad-dizzy */
.tabler--mood-sad-dizzy {
display: inline-block;
width: 1.3rem;
height: 1.3rem;
vertical-align: top;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0'/%3E%3Cpath d='M14.5 16.05a3.5 3.5 0 0 0-5 0M8 9l2 2m0-2l-2 2m6-2l2 2m0-2l-2 2'/%3E%3C/g%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}