Skip to content

Commit f05adc9

Browse files
authored
Merge pull request #4 from Mukul1127/tailwindv4
2 parents 60a80ce + 524afc1 commit f05adc9

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/style.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
}
99
}
1010

11-
@components {
12-
.link {
13-
@apply font-bold text-blue-600 transition-colors hover:text-blue-400 dark:text-blue-400 dark:hover:text-blue-300;
14-
}
15-
16-
.picture {
17-
@apply aspect-[750/1334] h-96 rounded-3xl border border-gray-400 transition duration-300 hover:scale-105 hover:border-gray-500 dark:border-gray-500 dark:hover:border-gray-600;
18-
}
11+
@utility link {
12+
@apply font-bold text-blue-600 transition-colors hover:text-blue-400 dark:text-blue-400 dark:hover:text-blue-300;
1913
}
14+
15+
@utility picture {
16+
@apply aspect-[750/1334] h-96 rounded-3xl border border-gray-400 transition duration-300 hover:scale-105 hover:border-gray-500 dark:border-gray-500 dark:hover:border-gray-600;
17+
}

0 commit comments

Comments
 (0)