1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
This commit is contained in:
Lars Klopstra 2021-04-07 18:31:59 +02:00
parent 5a65a83563
commit 8623a25b79
15 changed files with 8748 additions and 2104 deletions

View file

@ -2,6 +2,8 @@
@import "tailwindcss/components";
@import "tailwindcss/utilities";
.link {
@apply border-b-2 border-gray-100 hover:border-gray-400 transition;
@layer base {
.prose a {
@apply relative;
}
}