We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0165b2 commit 16e4a72Copy full SHA for 16e4a72
src/components/Link.astro
@@ -4,7 +4,7 @@ import { cva } from 'class-variance-authority';
4
import type { HTMLAttributes } from 'astro/types';
5
import type { VariantProps } from 'class-variance-authority';
6
7
-const linkVariants = cva('link-default truncate', {
+const linkVariants = cva('link-default', {
8
variants: {
9
variant: {
10
link: 'link',
src/styles/components/link.css
@@ -5,7 +5,7 @@
}
.link-markdown {
- @apply text-headings underline;
+ @apply text-headings truncate underline;
11
.link {
0 commit comments