Run biome
This commit is contained in:
parent
91aaddda5f
commit
0ad4cb240f
2 changed files with 5 additions and 7 deletions
|
|
@ -104,17 +104,17 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'geist';
|
||||
font-family: "geist";
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
src: url(/fonts/geist.woff2) format('woff2');
|
||||
src: url(/fonts/geist.woff2) format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'geist-mono';
|
||||
font-family: "geist-mono";
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
src: url(/fonts/geist-mono.woff2) format('woff2');
|
||||
src: url(/fonts/geist-mono.woff2) format("woff2");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
*[class^='text-'] {
|
||||
*[class^="text-"] {
|
||||
color: transparent;
|
||||
@apply rounded-md bg-foreground/20 select-none animate-pulse;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue